Skip to content

Commit

Permalink
Refactoring Parser (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarulraj authored Jan 20, 2020
1 parent 86b7e25 commit 91dd957
Show file tree
Hide file tree
Showing 45 changed files with 848 additions and 136,501 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,12 @@ tmp/*
.settings/*

# configuration

# Grammar files and ANTLR4
*.jar
evaql_lexer.py
evaql_parser.py
evaql_parserListener.py
evaql_parserVisitor.py
*.tokens
*.interp
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ install:
- conda list

script:
- pycodestyle --select E src/ test/ --exclude src/filters
- ./script/antlr4/setup.sh
- pycodestyle --select E src/ test/ --exclude src/filters,src/parser/evaql
- pytest test/ --cov-report= --cov=src/ -s -v

after_success:
Expand Down
16 changes: 0 additions & 16 deletions Grammar/README.md

This file was deleted.

80 changes: 0 additions & 80 deletions Grammar/frameQL/README.md

This file was deleted.

Loading

0 comments on commit 91dd957

Please sign in to comment.