congo-cc / congo-parser-generator

The CongoCC Parser Generator, the Next Generation of JavaCC 21, which in turn was the next generation of JavaCC
https://discuss.congocc.org/
Other
36 stars 11 forks source link

Remove the X_SYNTHETIC_NODES_ENABLED option from Java.ccc; #101

Closed adMartem closed 9 months ago

adMartem commented 9 months ago

Remove inadvertent use of synthetic nodes in the Java example grammar; Fix reliance on this in Translator

adMartem commented 9 months ago

This should address the use of the experimental option in the Java.ccc grammar.

adMartem commented 9 months ago

Note, this does NOT remove the use of synthetic nodes by CongoCC itself, but that might be a subject of a future change.