Home | History | Annotate | only in /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser
Up to higher level directory
NameDateSize
files21-Oct-201656
input21-Oct-20167
Lang.g21-Oct-2016399
Lang.tokens21-Oct-201661
LangDumpDecl.g21-Oct-2016294
LangDumpDecl.h21-Oct-20162.2K
LangDumpDecl.m21-Oct-20167.1K
LangDumpDecl.tokens21-Oct-201661
LangLexer.h21-Oct-20161.1K
LangLexer.m21-Oct-201611.4K
LangParser.h21-Oct-20164.4K
LangParser.m21-Oct-201613.7K
Main.java21-Oct-2016694
main.m21-Oct-20162K
output21-Oct-201625
README.txt21-Oct-2016240

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