Go to file
Terence Parr 995f8e0108 Merge pull request #24 from parrt/master
lots of stuff; check out commits
2012-02-22 12:47:15 -08:00
gunit Add pom.xml to support maven builds 2012-02-08 15:07:06 -06:00
runtime/Java added listener unit tests. fixed bug that didn't create ctx getters properly for recursive rules. added Symbol extends Token to parse tree stuff. added visitTerminal to Visitor. recursive alts now track their original, unedited AltAST subtree so we can properly count rule refs etc... later. dup of RuleRefAST was making wrong node. don't gen dispatch methods if no listener. 2012-02-22 12:44:33 -08:00
tool added listener unit tests. fixed bug that didn't create ctx getters properly for recursive rules. added Symbol extends Token to parse tree stuff. added visitTerminal to Visitor. recursive alts now track their original, unedited AltAST subtree so we can properly count rule refs etc... later. dup of RuleRefAST was making wrong node. don't gen dispatch methods if no listener. 2012-02-22 12:44:33 -08:00
.gitignore Add pom.xml to support maven builds 2012-02-08 15:07:06 -06:00
CHANGES.txt add to changes file 2012-02-18 16:50:12 -08: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 include ST v4 2012-01-02 17:11:39 -08: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...