Using the Python grammar with the input below issues an invalid operator exception (download 29 april 2008) ---------------------------------------------------- for quant in range(99, 0, -1): if...
When CurrentCulture does not use '.' as decimal separator, the NumberLiteral class fails to parse fractions. Steps to reproduce: 1) Set CurrentCulture e.g. to de-DE or run GrammarExplorer on a ger...
I included this comment in one of the discussion replies so you may have it already. If a non-terminal is declared but not given a rule it will fail in CreateProductions() because the rule is not....
As a test I'm creating a grammar to parse Excel formulas (the grammar is documented in the OpenXML specifications). Because cell references are non-standard (row references are always positive inte...
Hi Roman Great tool. I'm reporting a small bug here. The problem is in scanner.cs with the while loop on line 87. If you use the Expression Grammar and enter the expression: 1 + ! Scanner get...