Issues
- 0
Support for escape sequences in String
#485 opened by Remo - 0
- 8
- 13
AOT/Trimming
#466 opened by lilith - 0
generate source for parser
#478 opened by b3b00 - 0
generate source for lexer
#477 opened by b3b00 - 0
Build parser without reflection
#472 opened by b3b00 - 1
build lexer without reflection
#470 opened by b3b00 - 2
Processing parser result - visitor / callback / ?
#473 opened by Remo - 0
Build without reflection
#471 opened by b3b00 - 15
Multiple Issues with Lexer
#457 opened by utech626 - 0
error lexing when last line is a single line comment
#464 opened by b3b00 - 1
- 0
using keyword without explicitly defining an identifier lexeme creates an identifier lexeme
#447 opened by b3b00 - 5
Empty data causes "Unexpected end of stream" error?
#443 opened by znakeeye - 0
indented language failed on empty line
#441 opened by b3b00 - 2
Memoization (release 2.9.8) is not always good
#435 opened by b3b00 - 6
- 24
- 10
- 1
Issue in math operation using getting-started example
#354 opened by suran - 0
error accuracy problem
#381 opened by b3b00 - 3
Better syntax error reporting
#380 opened by b3b00 - 7
Generic parser and lexer sometimes allow partial strings to be parsed, without reaching EOF
#364 opened by cadmaticpgustafsson - 3
- 7
String escaping with backslash seems to escape too much of the string
#348 opened by cadmaticpgustafsson - 0
syntax tree visitor
#343 opened by b3b00 - 0
empty singleline comment causes error
#340 opened by b3b00 - 3
error : unexpected end of stream. Expecting <<EOS>>.
#338 opened by lijiajunply - 1
- 8
Parser<TIn,TOut>.Parse(code) Stack overflow
#332 opened by lijiajunply - 0
generic lexer performance
#306 opened by b3b00 - 9
What's the order of priority for Generic Tokens?
#328 opened by TamaBaka - 3
Is it possible to have intermediate types?
#327 opened by TamaBaka - 2
Any way to timeout the parser when it takes too long ?
#323 opened by leryss - 2
- 2
consider migrating GH pipeline to build-dotnet action
#310 opened by b3b00 - 10
Unexpected results for strings and doubles in expression parsing with generic lexer
#311 opened by LaXiS96 - 4
- 2
Lexer states like PLY?
#265 opened by TylerGubala - 4
Simple expression parser silently fails
#302 opened by leryss - 0
Implicit tokens in production rules
#286 opened by b3b00 - 3
- 8
Implement case-insensitive scripting language
#267 opened by maelmahdy86 - 1
- 4
- 7
- 4
- 1
remove linq uses
#256 opened by b3b00 - 4
`BuildParser` returns null on non-LL1 grammar
#251 opened by recolic