You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vargrammar=newGoldGrammar().Build(@"
Id={Letter}{AlphaNumeric}*<Statement> ::= if Id then <Statement>
| if Id then <ThenStm> else <Statement>
| Id ':=' Id
<ThenStm> ::= if Id then <ThenStm> else <ThenStm>
| Id ':=' Id
");
The text was updated successfully, but these errors were encountered:
Thanks, I didn't know that. However, after adding the required line, I still get the same KeyNotFoundException. I also tried the "Simple" grammar from http://www.goldparser.org/grammars/index.htm - again the same error.
I tried the sample from http://goldparser.org/doc/grammars/, but this gives me a KeyNotFoundException:
The text was updated successfully, but these errors were encountered: