Home | History | Annotate | only in /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser
Up to higher level directory
NameDateSize
files05-Oct-201756
input05-Oct-20177
Lang.g05-Oct-2017399
Lang.tokens05-Oct-201761
LangDumpDecl.g05-Oct-2017294
LangDumpDecl.h05-Oct-20172.2K
LangDumpDecl.m05-Oct-20177.1K
LangDumpDecl.tokens05-Oct-201761
LangLexer.h05-Oct-20171.1K
LangLexer.m05-Oct-201711.4K
LangParser.h05-Oct-20174.4K
LangParser.m05-Oct-201713.7K
Main.java05-Oct-2017694
main.m05-Oct-20172K
output05-Oct-201725
README.txt05-Oct-2017240

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