Issues
- 2
Make generated parsers usable on the web
#461 opened by stephanemagnenat - 1
Define lexemes in terms of other lexemes
#465 opened by bendrissou - 4
- 6
- 3
- 11
lrpar:%prec not followed by token name
#450 opened by liluyue - 6
lpar:Unused rule
#452 opened by liluyue - 4
lrlex: match beginning of line
#449 opened by liluyue - 5
nimbleparse:Suggestions for outputting information
#448 opened by liluyue - 7
lrpar lose info about debug
#446 opened by liluyue - 5
- 27
- 4
From repair sequence to repaired input strings
#279 opened by josepablocam - 6
Online Yacc/Lex editor/tester
#422 opened by mingodad - 5
- 1
Weird that `nimbleparse` works on `java7.y` `java7.l` even though the `GT` symbol in both is different.
#420 opened by jymchng - 1
Support lex-style definitions
#417 opened by FranklinChen - 28
Permit stack operations on start conditions
#325 opened by SMartinScottLogic - 3
Add support for comments in lrlex files
#403 opened by FranklinChen - 2
Nondeterministic generation of Rust code
#405 opened by FranklinChen - 7
- 1
Error span improvements
#300 opened by ratmice - 9
- 5
GDB Support?
#401 opened by madhavpcm - 2
- 5
- 12
- 7
Order of execution of grammar statements?
#392 opened by madhavpcm - 8
Would be nice to have an online playground
#385 opened by mingodad - 2
Adding a %grammar-kind declaration?
#349 opened by ratmice - 3
- 8
%ignore like in flex
#376 opened by madhavpcm - 5
- 7
- 1
write .l with var for lrlex
#361 opened by RickSKy - 1
how to use lrlex with rust code
#360 opened by RickSKy - 4
how to use “ and space with .l file
#359 opened by RickSKy - 2
Remove debug formatting in non-debug locations
#323 opened by ltratt - 5
Apparently infinite recursive rule
#290 opened by ratmice - 1
- 3
Break `>>` into `>` and `>`
#301 opened by romdotdog - 2
token_span sometimes returns the wrong span
#296 opened by ratmice - 7
adding a nimbleparse.toml
#282 opened by ratmice - 5
Repair not following grammar
#280 opened by duskybomb - 2
Panicked with 'called `Result::unwrap()` on an `Err` value: Custom("invalid value: integer `4984270261285729579`, expected usize")' after compiling to WebAssembly and running on nodejs
#277 opened by JohnGouwar - 12
Does it support two parser in one project?
#270 opened by MrZLeo - 0
Add support for %expect
#234 opened by ltratt - 3
- 1
out of date example in README.md
#226 opened by rohany - 10
Allow generating `pub mod` instead of just `mod`
#222 opened by FranklinChen