ridencww / goldengine

Java implementation of Devin Cook's GOLD Parser engine
Other
35 stars 14 forks source link

Update for newer GOLDParser relevant #22

Closed GitMensch closed 6 years ago

GitMensch commented 6 years ago

The readme says:

The goldengine for Java is compatible with version 5.0 of the GOLD parsing engine.

http://www.goldparser.org/news/index.htm mentions some changes after 5.0 - are there any that are relevant to the java engine implementation?

ridencww commented 6 years ago

The changes you referenced pertain to the operation of the GOLD Builder, the program that defines the grammar and generated the CGT/EGT file that the engine uses. I see nothing that would indicate that changes are needed in the engine and no one has reported issues related to those changes in the builder. So, we're good on this end. If that isn't the case, be sure to let me know.

GitMensch commented 6 years ago

Thank you for checking this, I wasn't sure.