[antlr-interest] about portability of code

Johannes Luber jaluber at gmx.de
Tue Jan 8 13:39:24 PST 2008


Michele Bortolato schrieb:
> Hi
> First of all i ask for sorry for my creepy english.
> 
> I have to build an application consisting of a compiler (and other things)
> 
> For the building of the parser-lexer i will use antlrWorks but....
> 
> In the future, when the project will be completed, will i need to
> include antlr.jar in my project files or there are some method to
> generate a parser-lexer "stand-alone"?

Once you have created and compiled your classes, you have only to
provide the runtime (each target supplies its own). The original
antlr.jar isn't needed.

Johannes


More information about the antlr-interest mailing list