Skip to content
Snippets Groups Projects
Commit 706d551e authored by Jesper's avatar Jesper
Browse files

Bootstrap with version 2.2.0

Bootstrapped JastAdd with JastAdd 2.2.0 to fix bitbucket issue #255.

fixes #255 (bitbucket)
parent c9fc3c7e
No related branches found
No related tags found
No related merge requests found
2016-02-02 Jesper Öqvist <jesper.oqvist@cs.lth.se>
* Fixed repeated error message reported for multiple production rules for
a single nonterminal in the abstract grammar.
2016-01-17 Jesper Öqvist <jesper.oqvist@cs.lth.se> 2016-01-17 Jesper Öqvist <jesper.oqvist@cs.lth.se>
* Added generated methods ASTNode.astChildren() and * Added generated methods ASTNode.astChildren() and
......
...@@ -76,7 +76,7 @@ repositories { ...@@ -76,7 +76,7 @@ repositories {
dependencies { dependencies {
compile 'org.apache.ant:ant:1.9.4' compile 'org.apache.ant:ant:1.9.4'
jastadd('org.jastadd:jastadd:2.1.13') { force = true /* Avoid conflict with local artifact. */ } jastadd('org.jastadd:jastadd:2.2.0') { force = true /* Avoid conflict with local artifact. */ }
javacc 'net.java.dev.javacc:javacc:4.0' javacc 'net.java.dev.javacc:javacc:4.0'
} }
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment