Skip to content

Commit 05ff9f9

Browse files
committed
README: Update compiler options
1 parent 79d859c commit 05ff9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ LC is the C and C++ frontend to LCompilers.
88
conda activate lc
99
./build.sh
1010
lc examples/expr2.c
11-
lc --ast-dump examples/expr2.c
12-
lc --asr-dump examples/expr2.c
11+
lc --show-clang-ast examples/expr2.c
12+
lc --show-asr examples/expr2.c
1313
lc --show-llvm examples/expr2.c
1414

1515
# Tests

0 commit comments

Comments
 (0)