Go to file
Sam Harwell 726fe2c983 Make sure to call visitErrorNode instead of visitTerminal when you have an ErrorNode. Also fix listener calls for case where _buildParseTrees is false (adds terminal as children of the rule nodes but won't actually construct the parse tree). 2012-09-08 14:57:30 -05:00
runtime/Java Make sure to call visitErrorNode instead of visitTerminal when you have an ErrorNode. Also fix listener calls for case where _buildParseTrees is false (adds terminal as children of the rule nodes but won't actually construct the parse tree). 2012-09-08 14:57:30 -05:00
tool fix unit test 2012-09-08 12:48:07 -07:00
.gitignore Ignore heap dumps created during profiling (*.hprof) 2012-03-07 08:01:06 -06:00
CHANGES.txt update changes 2012-04-26 12:26:14 -07:00
LICENSE.txt useless tweaks 2012-01-30 17:09:29 -08:00
README.txt add README 2012-01-31 19:28:15 -08:00
build.properties add 2012-01-01 10:35:31 -08:00
build.xml rm gunit for now 2012-04-06 20:21:11 -07:00
contributors.txt add contrib agreement 2012-08-13 12:56:43 -07:00

README.txt

ANTLR v4 early access

Terence Parr, parrt at cs usfca edu
ANTLR project lead and supreme dictator for life
University of San Francisco

INTRODUCTION

Coming soon...