0
votes
0answers
78 views

Reduce/reduce conflict in grammar

I'm trying to create a BNF grammar for a language I'm making, but I'm currently stuck with a reduce/reduce conflict that I do not know how to remove. The problem is that an <Expression> can ...
0
votes
1answer
300 views

Template class using Gold Parser and the Klimstra engine

I'm using Klimstra's VB.NET template from the "Create skeleton program" of the GOLD parser but the resulting template has methods with the overrides keyword and inherits from TemplateParser.. Am I ...