andyyu2004 / l-lang

Compiler (source code to llvm ir)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:Rust 99.3%Language:Shell 0.4%Language:LLVM 0.2%Language:Lex 0.1%Language:Roff 0.0%