Skip to content

Commit

Permalink
Generate the python_ast.py
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Jan 15, 2022
1 parent eb8ff10 commit eaee07c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ python grammar/asdl_cpp.py
python grammar/asdl_cpp.py grammar/ASR.asdl src/libasr/asr.h
# Generate a Python AST from Python.asdl (C++)
python grammar/asdl_cpp.py grammar/Python.asdl src/lfortran/python_ast.h
# Generate a Python AST from Python.asdl (Python)
python grammar/asdl_py.py

# Generate the tokenizer and parser
pushd src/lfortran/parser && re2c -W -b tokenizer.re -o tokenizer.cpp && popd
Expand Down

0 comments on commit eaee07c

Please sign in to comment.