Skip to content

andyyu2004/l-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7e02858 · Nov 8, 2023
Oct 10, 2021
Apr 23, 2021
Nov 8, 2023
Aug 28, 2023
Oct 10, 2021
Apr 22, 2021
Aug 28, 2023
Aug 28, 2023
Aug 28, 2023
Dec 19, 2020
Dec 10, 2020

Repository files navigation

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

About

Compiler (source code to llvm ir)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages