Skip to content

Files

Latest commit

Aug 28, 2023
6dac3c0 · Aug 28, 2023

History

History
17 lines (10 loc) · 459 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 459 Bytes

L

Rust-inspired language. Very much still a work in progress.

Refer to the reference

Development is currently on hold a bit as I work on other things and think about how to implement memory management (reference counting?) and the trait system. the trait system.

Getting Started

Requires LLVM15, clang, and libgc to be installed on your system.

Simply build and run with cargo.

cargo b --release