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 List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
