Home | History | Annotate | only in /external/antlr/runtime/ObjC/Framework/examples/treeparser
Up to higher level directory
NameDateSize
files22-Oct-202056
input22-Oct-20207
Lang.g22-Oct-2020394
Lang.tokens22-Oct-202061
LangDumpDecl.g22-Oct-2020289
LangDumpDecl.h22-Oct-20202.3K
LangDumpDecl.m22-Oct-20208K
LangDumpDecl.tokens22-Oct-202061
LangLexer.h22-Oct-20201.2K
LangLexer.m22-Oct-202013.6K
LangParser.h22-Oct-20204.5K
LangParser.m22-Oct-202014.4K
Main.java22-Oct-2020694
main.m22-Oct-20201.9K
output22-Oct-202025
README.txt22-Oct-2020240

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