[antlr-interest] Python Runtime - version 3.2

Richard Gildea rgildea at gmail.com
Tue Jun 15 01:30:13 PDT 2010


Hi Jeff,

Are there any major issues with using the the following?
>
> 1. http://www.antlr.org/download/antlr-3.1.2.tar.gz
> 2. http://www.antlr.org/download/Python/antlr_python_runtime-3.1.2.zip
> 3. a compatible version of antlrworks.  not sure which version is should
> use.  can i still download old versions?
>
>
The runtime files must be the same, or more recent, version that was used to
generate the files (there is a runtime version check), so you won't be able
to use the current version of antlrworks to generate the files, although it
is OK to use it to edit your grammar.  It is easy enough to write a batch
file to generate your files using antlr-3.1.2 (this is what I do for my
Python version).  See
http://www.antlr.org/wiki/display/ANTLR3/Command+line+options for the
command line options.

Thanks,

Richard


More information about the antlr-interest mailing list