Commented Issue: Index out of range error [8623]
Hi, I see below error when I use gplex in my application. Any idea why this error occurs. This happens when I am trying to add new token definition.Index was out of range. Must be non-negative and less...
View ArticleCommented Issue: Index out of range error [8623]
Hi, I see below error when I use gplex in my application. Any idea why this error occurs. This happens when I am trying to add new token definition.Index was out of range. Must be non-negative and less...
View ArticleCreated Issue: No way to build a project from source files in MS Visual...
gplex-65435.zip file doesn't contain GplexBuffers.cs, parser.cs, Scanner.cs files.Therefore, there is no way to build a project from source files in MS Visual Studio 2010.
View ArticleCommented Issue: No way to build a project from source files in MS Visual...
gplex-65435.zip file doesn't contain GplexBuffers.cs, parser.cs, Scanner.cs files.Therefore, there is no way to build a project from source files in MS Visual Studio 2010.Comments: ** Comment from web...
View ArticleCreated Issue: Errors in MSBuild Style [10717]
Would it be possible to emit errors in the style supported by MSBuild / Visual Studio?Specifically:C:\path\to\file.lex(15,21) : error 54: Invalid character range: lower bound > upper bound.This...
View ArticleCommented Issue: Errors in MSBuild Style [10717]
Would it be possible to emit errors in the style supported by MSBuild / Visual Studio?Specifically:C:\path\to\file.lex(15,21) : error 54: Invalid character range: lower bound > upper bound.This...
View ArticleCreated Issue: Null character \0 is not recognized [11308]
Add to your lex file a rule that matches null character\0 whatever....gplex will crash with exception: Unhandled Exception: System.IndexOutOfRangeException: Array index is out of range. at...
View ArticleCommented Issue: No way to build a project from source files in MS Visual...
<p>gplex-65435.zip file doesn't contain GplexBuffers.cs, parser.cs, Scanner.cs files.</p><p>Therefore, there is no way to build a project from source files in MS Visual Studio...
View ArticleCommented Issue: Null character \0 is not recognized [11308]
Add to your lex file a rule that matches null character\0 whatever....gplex will crash with exception: Unhandled Exception: System.IndexOutOfRangeException: Array index is out of range. at...
View ArticleCreated Issue: Dot rule violates lex syntax and own documentation [11310]
Quote from documentation for dot regex: "It means any character except ‘\n’" (in lex it was except "\n" and "\r"). Anyway, try to add 2 rules --...
View ArticleCommented Issue: Null character \0 is not recognized [11308]
Add to your lex file a rule that matches null character\0 whatever....gplex will crash with exception: Unhandled Exception: System.IndexOutOfRangeException: Array index is out of range. at...
View ArticleCommented Issue: Dot rule violates lex syntax and own documentation [11310]
Quote from documentation for dot regex: "It means any character except ‘\n’" (in lex it was except "\n" and "\r"). Anyway, try to add 2 rules --...
View ArticleCommented Issue: Dot rule violates lex syntax and own documentation [11310]
Quote from documentation for dot regex: "It means any character except ‘\n’" (in lex it was except "\n" and "\r"). Anyway, try to add 2 rules --...
View ArticleCommented Issue: Dot rule violates lex syntax and own documentation [11310]
Quote from documentation for dot regex: "It means any character except ‘\n’" (in lex it was except "\n" and "\r"). Anyway, try to add 2 rules --...
View ArticleCreated Issue: Quote marks does not escape characters [11335]
If I am not mistaken, quote marks should work as the content of them is raw-text. From lex manual:" " Matches the enclosed character or string even if it is an operator.So let' say...
View ArticleCommented Issue: EOF is not reached in non-INITIAL state [11335]
(Previously I added ill-formed ticket. Since I don't know how to delete, I now change it content to valid one, sorry for confusion).Consider such rules (see the attached file).Uncomment/comment the...
View ArticleCommented Issue: EOF is not reached in non-INITIAL state [11335]
(Previously I added ill-formed ticket. Since I don't know how to delete, I now change it content to valid one, sorry for confusion).Consider such rules (see the attached file).Uncomment/comment the...
View ArticleCreated Unassigned: AAST.AddUserPredicate throws exception if first exported...
In AAST.cs, line 282 throws an exception if the first exported type does not match instead of continuing to iterate over the remaining exported types. The line 'hdlr.ListError(mSpan, 96, clsName);...
View ArticleCommented Unassigned: AAST.AddUserPredicate throws exception if first...
In AAST.cs, line 282 throws an exception if the first exported type does not match instead of continuing to iterate over the remaining exported types. The line 'hdlr.ListError(mSpan, 96, clsName);...
View ArticleCreated Unassigned: How to avoid the 'This pattern always overrides" message...
Hi,I am trying to create a SQL parser for the [SQL-92 BNF](http://savage.net.au/SQL/sql-92.bnf.html) that was converted by me to the lex/yacc grammar. I have the following two rules in the lexer's...
View Article