Home | History | Annotate | only in /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser
Up to higher level directory
NameDateSize
files16-Dec-201456
input16-Dec-20147
Lang.g16-Dec-2014399
Lang.tokens16-Dec-201461
LangDumpDecl.g16-Dec-2014294
LangDumpDecl.h16-Dec-20142.2K
LangDumpDecl.m16-Dec-20147.1K
LangDumpDecl.tokens16-Dec-201461
LangLexer.h16-Dec-20141.1K
LangLexer.m16-Dec-201411.4K
LangParser.h16-Dec-20144.4K
LangParser.m16-Dec-201413.7K
Main.java16-Dec-2014694
main.m16-Dec-20142K
output16-Dec-201425
README.txt16-Dec-2014240

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