Home | History | Annotate | only in /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser
Up to higher level directory
NameDateSize
files08-Oct-201556
input08-Oct-20157
Lang.g08-Oct-2015399
Lang.tokens08-Oct-201561
LangDumpDecl.g08-Oct-2015294
LangDumpDecl.h08-Oct-20152.2K
LangDumpDecl.m08-Oct-20157.1K
LangDumpDecl.tokens08-Oct-201561
LangLexer.h08-Oct-20151.1K
LangLexer.m08-Oct-201511.4K
LangParser.h08-Oct-20154.4K
LangParser.m08-Oct-201513.7K
Main.java08-Oct-2015694
main.m08-Oct-20152K
output08-Oct-201525
README.txt08-Oct-2015240

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