Skip to content

Commit

Permalink
Merge pull request #33 from certik/docs
Browse files Browse the repository at this point in the history
Update the instructions in the README
  • Loading branch information
certik authored Dec 21, 2023
2 parents 54c21a1 + 0c7bdf5 commit f654885
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# lc
# LC

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

# Build
# Build and Run

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

0 comments on commit f654885

Please sign in to comment.