On Sat, Aug 9, 2014 at 6:28 PM, Curtis Ruck <[email protected]> wrote:
> I've used antlr 3 & 4, and the changes in 4 make it extremely easy to use, > within the scope of parsing grammars. The only benefit to javacc that I'm > aware of is the lack of a runtime dependency, but I believe the flexibility > during grammar development more than makes up for it since the antlr > license is friendly. > > > I haven't played with ANTLR in a while, but I have used antlr 3 last year. JavaCC on its own without JJTree is not as easy as SableCC or ANTLR with regards to tree traversals. I tried to use it in a project a couple of years ago, but dumped it over SableCC due to simplicity. It was faster than SableCC, though. What are you guys using at the moment? Regards, Fidel H Viegas -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
