aboutsummaryrefslogtreecommitdiff
path: root/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/README.txt
blob: a964e711e5d1e149535c3529877f6edf73bcdde0 (plain)
1
2
3
4
5
6
7
8
9
10
11
Hi.  This is a simple demo of tree construction and tree parsing with ANTLR
v3.  Here's how to try it out.

$ java org.antlr.Tool LangParser.g LangTreeParser.g
$ javac *.java
$ java Main input

You should see out:

tree: (DECL int a)
int a