/lc

C++ compiler

Primary LanguageC++MIT LicenseMIT

LC

LC is the C and C++ frontend to LCompilers.

Build and Run

mamba env create -f environment_unix.yml
conda activate lc
./build.sh
lc examples/expr2.c
lc --ast-dump examples/expr2.c
lc --asr-dump examples/expr2.c
lc --show-llvm examples/expr2.c