Skip to content

Commit

Permalink
Remove the rest of references to the parser dir
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Mar 19, 2022
1 parent f4ae958 commit 9f41379
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
src/bin/lpython
src/bin/parse
src/bin/parse2
src/lpython/parser/parser.output
tests/output
src/lpython/tests/test_asm
src/lpython/tests/test_ast
Expand Down Expand Up @@ -55,17 +54,6 @@ _CPack_Packages
version
lpython/ast/ast.py
lpython/asr/asr.py
lpython/parser/fortran.tokens
lpython/parser/fortran.interp
lpython/parser/fortranLexer.py
lpython/parser/fortranLexer.tokens
lpython/parser/fortranLexer.interp
lpython/parser/fortranParser.py
lpython/parser/fortranVisitor.py
src/lpython/parser/parser.tab.cc
src/lpython/parser/parser.tab.hh
src/lpython/parser/tokenizer.cpp
src/lpython/parser/preprocessor.cpp
src/lpython/ast.h
src/lpython/asr.h
src/libasr/asr.h
Expand Down
3 changes: 0 additions & 3 deletions build1_win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
bash ci/version.sh
python grammar/asdl_cpp.py
python grammar/asdl_cpp.py grammar/ASR.asdl src/libasr/asr.h
pushd src/lpython/parser && re2c -W -b tokenizer.re -o tokenizer.cpp && popd
pushd src/lpython/parser && re2c -W -b preprocessor.re -o preprocessor.cpp && popd
pushd src/lpython/parser && bison -Wall -d -r all parser.yy && popd

0 comments on commit 9f41379

Please sign in to comment.