Home | History | Annotate | only in /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser
Up to higher level directory
NameDateSize
files11-Dec-201356
input11-Dec-20137
Lang.g11-Dec-2013399
Lang.tokens11-Dec-201361
LangDumpDecl.g11-Dec-2013294
LangDumpDecl.h11-Dec-20132.2K
LangDumpDecl.m11-Dec-20137.1K
LangDumpDecl.tokens11-Dec-201361
LangLexer.h11-Dec-20131.1K
LangLexer.m11-Dec-201311.4K
LangParser.h11-Dec-20134.4K
LangParser.m11-Dec-201313.7K
Main.java11-Dec-2013694
main.m11-Dec-20132K
output11-Dec-201325
README.txt11-Dec-2013240

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