Skip to content

Commit

Permalink
Use --show-ast and --show-asr
Browse files Browse the repository at this point in the history
  • Loading branch information
certik authored Jan 18, 2022
1 parent 498a6e6 commit 762c782
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/build.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ src/bin/lpython -o expr2 expr2.o

# Test the new Python frontend, manually for now:
python a.py doconcurrentloop_01.py
src/bin/lpython --show-python-ast ser.txt
src/bin/lpython --show-python-asr ser.txt
src/bin/lpython --show-python-cpp ser.txt
src/bin/lpython --show-ast ser.txt
src/bin/lpython --show-asr ser.txt
src/bin/lpython --show-cpp ser.txt

python a.py lpython_tests.py
src/bin/lpython --show-python-ast ser.txt
src/bin/lpython --show-python-asr ser.txt
src/bin/lpython --show-ast ser.txt
src/bin/lpython --show-asr ser.txt

# Compile C and Fortran
src/bin/lpython -c integration_tests/modules_15b.f90 -o modules_15b.o
Expand Down

0 comments on commit 762c782

Please sign in to comment.