oowekyala / intellij-javacc

JavaCC and JJTree grammar support for the IntelliJ Platform
https://plugins.jetbrains.com/plugin/11431-javacc
MIT License
44 stars 6 forks source link

parsers.org / congocc #28

Open stbischof opened 1 year ago

stbischof commented 1 year ago

I switches from javacc to javacc21 and now to congocc from parser.org.

The generated Parser is more efficient and much cleaner. And it allowed me to generate code for Java, Python, and C#.

The issue is, that the Grammer is a bit different to original javacc.

Would be nice if this Project could also support the congocc grammer.

giftick commented 1 year ago

+1

ngx472 commented 11 months ago

+1