I've created an ANTLR Grammar that properly makes trees of the file type associated with it.
Now what? I don't really get how I make this .g file now parse something. How do I make it do it in my file system and what does it parse it to? Goal is to turn these files (some of it) into JSON format. Any suggestions or clarification, been reading a lot of tutorials, I feel dull because I can't seem to get what I'm looking for out of them.
I'm programming in JAVA and on ANTLR 3.4.