Skip to content

Pranavchiku/lc

 
 

Repository files navigation

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 --show-clang-ast examples/expr2.c
lc --show-asr examples/expr2.c
lc --show-llvm examples/expr2.c

Tests

To run tests, do:

CPATH=$CONDA_PREFIX/include ./run_tests.py
cd integration_tests
CPATH=$CONDA_PREFIX/include ./run_tests.py

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.0%
  • Python 4.3%
  • C 2.2%
  • Other 1.5%