Skip to content

Commit

Permalink
update to antlr 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
billzorn committed Jan 18, 2021
1 parent a9b7a18 commit b992197
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ numpy
gmpy2

# antlr
antlr4-python3-runtime ~= 4.8
antlr4-python3-runtime ~= 4.9

# softfloat libs
#sfpy
Expand Down
3 changes: 3 additions & 0 deletions titanfp/fpbench/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ antlr/*.jar
FPCoreLexer.py
FPCoreParser.py
FPCoreVisitor.py
FPYLexer.py
FPYParser.py
FPYVisitor.py
2 changes: 1 addition & 1 deletion titanfp/fpbench/antlr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# http://www.antlr.org/download.html
# requires java to be available on the path. openjdk version "1.8.0_151" works.

ANTLR_JAR = antlr-4.8-complete.jar
ANTLR_JAR = antlr-4.9-complete.jar
PYTHON_TARGET_DIR = ..
RM = rm -f

Expand Down

0 comments on commit b992197

Please sign in to comment.