antlr/tool
Terence Parr b18475113b Merge branch 'master' into interactive 2012-06-16 17:20:04 -07:00
..
playground fix a bug related to semantic predicates in the lexer and generally cleaned up variable and method names in the simulator. I moved all of the predicates to the right side of lexer rules in the unit tests. Later, we should ensure that predicates only occur on the right edge of lexer rules. We should state that the rule is not been accepted so we can't test things like getText(), we have to use more raw indexes into the character stream. In the lexer simulator, the addDFAState() method now does not try to compute whether there is a predicate in the configurations. That information has already been set into the ATNConfigSet by the getEpsilonTarget() method. [I should also point out that I have not tested the Java parsing in a while and now it hits a landmine on a number of common Java files in jdk :(. I'm not sure where that crept in] 2012-06-07 17:31:18 -07:00
resources/org/antlr/v4/tool/templates ack. more cleanup work will be required for change of token types from 3..n to 1..n 2012-06-01 18:08:00 -07:00
src/org/antlr/v4 fix help msg slightly. 2012-06-13 12:42:21 -07:00
test/org/antlr/v4/test Merge branch 'master' into interactive 2012-06-16 17:20:04 -07:00
MIGRATION.txt -> becomes # for alt labels 2012-04-26 11:59:57 -07:00
pom.xml Specify surefire plugin version 2012-02-15 10:28:58 -06:00