Home | History | Annotate | only in /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser
Up to higher level directory
NameDateSize
files10-Jul-201256
input10-Jul-20127
Lang.g10-Jul-2012399
Lang.tokens10-Jul-201261
LangDumpDecl.g10-Jul-2012294
LangDumpDecl.h10-Jul-20122.2K
LangDumpDecl.m10-Jul-20127.1K
LangDumpDecl.tokens10-Jul-201261
LangLexer.h10-Jul-20121.1K
LangLexer.m10-Jul-201211.4K
LangParser.h10-Jul-20124.4K
LangParser.m10-Jul-201213.7K
Main.java10-Jul-2012694
main.m10-Jul-20122K
output10-Jul-201225
README.txt10-Jul-2012240

README.txt

      1 Hi.  This is a simple demo of tree construction and tree parsing with ANTLR
      2 v3.  Here's how to try it out.
      3 
      4 $ java org.antlr.Tool LangParser.g LangTreeParser.g
      5 $ javac *.java
      6 $ java Main input
      7 
      8 You should see out:
      9 
     10 tree: (DECL int a)
     11 int a
     12