1-5 of 5 < Previous Next >
1 vote
fixed

System.InvalidOperationException (Stack empty) on illegal python input

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...

id# 2145 | Planned Release: None | Last Updated: Tue at 2:09 AM  by rivantsov
1 vote
fixed

[NumberLiteral] Issue with CurrentCulture using '.' as decimal separator

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...

id# 1678 | Planned Release: None | Last Updated: Apr 19 at 7:18 AM  by rivantsov
1 vote
fixed

Exception in CreateProductions

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....

id# 1045 | Planned Release: None | Last Updated: Feb 14 at 8:32 AM  by rivantsov
1 vote
fixed

How to return the Terminal in CustomTerminal delegate?

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...

id# 995 | Planned Release: None | Last Updated: Jan 27 at 7:34 AM  by rivantsov
1 vote
fixed

Bug in scanner.cs

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...

id# 993 | Planned Release: None | Last Updated: Jan 27 at 7:34 AM  by rivantsov

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-5 of 5 < Previous 1 Next >
Updating...