background preloader

Antlr

Facebook Twitter

ANTLR Parser Generator. My experiences with ANTLR. Juten Tach, i wanted to summarize my first experiences with ANTLR a little bit. I have just recently finished my first little project for generating stub code for languages like Java or Actionscript. It was only a little project, but it had some interesting bits in it, that made it a good exercise. By the way, the whole sourcecode is available there, including the grammar. Everything’s running under the BSD license, so feel free to have a look at it.

First of all, my grammar uses indentation for building a hierarchy, a little bit like python does. So in order to build nested structures, you do not use brackets or braces, instead the parser has to find that out by the indentation level. Antlr: is there a simple example. AS3 grammar. JavaScript Target for the ANTLR. Older revisions r125 by jhurstus on Aug 13, 2008 Diff creating 3.1 integration branch r93 by jhurstus on Aug 2, 2008 Diff merging /branches/upstream- integration/3.1b2 to trunk r79 by jhurstus on Jul 16, 2008 Diff merging branches/upstream- integration/3.1b1 through r78 to trunk All revisions of this file.

Automated ANTLR tree walker generation - University of Twente Student Theses.