Skip to content

Commit

Permalink
Compile the parser
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 28, 2019
1 parent 676c92d commit 7731c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ python grammar/asdl_py.py grammar/ASR.asdl lfortran/asr/asr.py ..ast.utils

grep -n "'" src/lfortran/parser/parser.yy && echo "Single quote not allowed" && exit 1

(cd lfortran/parser && cython -3 -I. cparser.pyx)

# Generate a parse tree from fortran.g4
antlr4="java org.antlr.v4.Tool"
Expand Down

0 comments on commit 7731c4c

Please sign in to comment.