Question

I'm looking for a syntax reference to ANTLR3 and a quick search didn't find one, can someone tell me where one exists?

Was it helpful?

Solution

Do you mean a list of ANTLR's reserved words? If so, have a look at this previous question:

Is there a list of reserved words in ANTLR grammars?

OTHER TIPS

I encounter same issue as you.

Finally found antlr v3 syntax from here:

ANTLR Meta-Language

All the ALNLR3 documentation is here: http://www.antlr.org/wiki/display/ANTLR3/ANTLR+v3+documentation

I'm not sure exactly what you mean by syntax reference, but the guide to writing grammars is here:

http://www.antlr.org/wiki/display/ANTLR3/Grammars

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top