Skip to content

Commit

Permalink
Merge pull request #90 from certik/readme
Browse files Browse the repository at this point in the history
README: Update compiler options
  • Loading branch information
certik authored Feb 9, 2024
2 parents 79d859c + 05ff9f9 commit f73cf85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ LC is the C and C++ frontend to LCompilers.
conda activate lc
./build.sh
lc examples/expr2.c
lc --ast-dump examples/expr2.c
lc --asr-dump examples/expr2.c
lc --show-clang-ast examples/expr2.c
lc --show-asr examples/expr2.c
lc --show-llvm examples/expr2.c

# Tests
Expand Down

0 comments on commit f73cf85

Please sign in to comment.