Skip to content

Commit

Permalink
Generate the output
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 24, 2019
1 parent 43a708c commit 20885fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python grammar/asdl_py.py grammar/ASR.asdl lfortran/asr/asr.py ..ast.utils

# Generate the tokenizer and parser
(cd src/lfortran/parser && re2c -W -b tokenizer.re -o tokenizer.cpp)
(cd src/lfortran/parser && bison -Wall -d parser.yy)
(cd src/lfortran/parser && bison -Wall -d -r all parser.yy)

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

0 comments on commit 20885fb

Please sign in to comment.