Gregory Shimansky wrote: > I didn't have experience with JavaCC, so I don't know how the generated > code works. If generated code depends on some javacc API, wouldn't it > create a similar dependency as code that depends on antlr.jar?
I don't believe that javacc has any such dependency at runtime, i.e. I think it creates a stand-alone compiler. At least that's what I got from reading the examples pages (e.g. [1]). [1] https://javacc.dev.java.net/doc/simpleREADME.html Regards, Tim
