issues
search
softdevteam
/
grmtools
Rust grammar tool libraries and binaries
Other
517
stars
31
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove a redundant variable
#475
ratmice
closed
1 hour ago
0
nimbleparse: add -d flag to dump state graph
#474
ratmice
closed
10 hours ago
2
Can't finish or takes forever with postgres16 grammar
#473
mingodad
opened
3 days ago
15
Prepare a 0.13.8 release.
#472
ltratt
closed
2 weeks ago
0
Relax `%parse-param` bounds from `Copy` to `Clone`
#471
ratmice
closed
1 month ago
19
Update to latest clippy and compiler
#470
ratmice
closed
1 month ago
1
Give the parser a variable
#469
Lurgrid
closed
3 months ago
2
docs: Add a chapter on start states to the book
#468
ratmice
closed
3 months ago
5
Prefixes in LEX files don't seem to work in my case
#467
Lurgrid
closed
3 months ago
10
Allow Stdin to be used as input file for lrlex/nimbleparse
#466
ratmice
closed
3 months ago
4
Define lexemes in terms of other lexemes
#465
bendrissou
opened
5 months ago
1
Unbreak empty productions and actions.
#464
ltratt
closed
5 months ago
0
Errors in catching incorrectly terminated productions
#463
bendrissou
closed
5 months ago
4
Prepare a 0.13.7 release.
#462
ltratt
closed
5 months ago
4
Make generated parsers usable on the web
#461
stephanemagnenat
opened
5 months ago
2
Catch incorrectly terminated productions.
#460
ltratt
closed
5 months ago
1
Give better warnings if lexer/grammar can't be read at build time.
#459
ltratt
closed
5 months ago
3
Prepare a 0.13.6 release.
#458
ltratt
closed
5 months ago
0
Warn the user where an incomplete action started, not finished.
#457
ltratt
closed
6 months ago
1
Tell the user what rule is missing action code.
#456
ltratt
closed
6 months ago
2
How to use the code generated by grmtools as a lib for others to use
#455
liluyue
closed
6 months ago
6
Is there a way to pass Conext in `$lexer` when doing action?
#454
Taylor-lagrange
closed
6 months ago
3
Allow `%prec` to define a token in the grammar.
#453
ltratt
closed
6 months ago
3
lpar:Unused rule
#452
liluyue
closed
6 months ago
6
Add a doc section for third party tools
#451
ratmice
closed
6 months ago
4
lrpar:%prec not followed by token name
#450
liluyue
closed
6 months ago
11
lrlex: match beginning of line
#449
liluyue
closed
6 months ago
4
nimbleparse:Suggestions for outputting information
#448
liluyue
opened
6 months ago
5
Prepare a 0.13.15 release.
#447
ltratt
closed
6 months ago
0
lrpar lose info about debug
#446
liluyue
closed
6 months ago
7
Switch from the unmaintained rust-yaml to the maintained rust-yaml2.
#445
ltratt
closed
6 months ago
2
Centralize crate versions and update `regex-syntax` to v0.8
#444
rneswold
closed
7 months ago
1
fix code example in documentation
#443
bendrissou
closed
8 months ago
1
(lrtable) Make the final_state field conditional on `cfg(test)`
#442
ratmice
closed
8 months ago
1
Clippy fixes.
#441
ltratt
closed
8 months ago
4
Missed a newline in multi-span errors
#440
ratmice
closed
10 months ago
0
Bespoke nimbleparse errors
#439
ratmice
closed
10 months ago
0
Docs Question - Optional Prefix to Regular Expressions
#438
DavidHVernon
closed
9 months ago
5
Prepare a 0.13.14 release.
#437
ltratt
closed
10 months ago
2
Error reporting
#436
ratmice
closed
10 months ago
8
Add ctfails tests for warnings_are_errors.
#435
ratmice
closed
10 months ago
0
Make pub(crate) fields of `ASTWithValidityInfo` private.
#434
ratmice
closed
10 months ago
3
update clippy
#433
ratmice
closed
11 months ago
0
Cleanup test helpers
#432
ratmice
closed
11 months ago
2
Error channels
#431
ratmice
closed
11 months ago
12
Fix unsafe_api doc comments, and use statements
#430
ratmice
closed
11 months ago
0
RFC: codify unstable api
#429
ratmice
closed
11 months ago
3
Error handler trait
#428
ratmice
closed
11 months ago
14
Clippy fallout & overzealous #[deny(unsafe_code)]
#427
ratmice
closed
11 months ago
11
Add error callbacks to CTBuilders.
#426
ratmice
closed
11 months ago
4
Next