Home | History | Annotate | only in /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser
Up to higher level directory
NameDateSize
files23-Apr-201556
input23-Apr-20157
Lang.g23-Apr-2015399
Lang.tokens23-Apr-201561
LangDumpDecl.g23-Apr-2015294
LangDumpDecl.h23-Apr-20152.2K
LangDumpDecl.m23-Apr-20157.1K
LangDumpDecl.tokens23-Apr-201561
LangLexer.h23-Apr-20151.1K
LangLexer.m23-Apr-201511.4K
LangParser.h23-Apr-20154.4K
LangParser.m23-Apr-201513.7K
Main.java23-Apr-2015694
main.m23-Apr-20152K
output23-Apr-201525
README.txt23-Apr-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