On Fri, Jun 16, 2017 at 10:47 AM, Eirik Bakke <[email protected]> wrote: > ...I've used both ANTLR and JavaCC, and for new projects, ANTLR4 seems to > be the best alternative these days....
I tend to agree but a difference that can be important depending on the context is that JavaCC doesn't have any external runtime dependencies, whereas ANTLR requires a few jars. -Bertrand
