issues
search
zesterer
/
chumsky
Write expressive, high-performance parsers with ease.
https://crates.io/crates/chumsky
MIT License
3.63k
stars
155
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Invalid error span for eoi
#704
KrosFire
opened
4 days ago
2
Updated dependencies
#702
adamanteye
closed
5 days ago
1
Pratt Parser Optimisation
#701
zesterer
opened
2 weeks ago
0
Implementing `Char` for graphemes and all the necessary changes to make it happen.
#698
Hedgehogo
opened
3 weeks ago
1
Slow build times
#696
KrosFire
closed
1 week ago
2
Implementing serde for more structs
#695
cAttte
closed
3 weeks ago
7
Labelling has no effect on `one_of()`?
#694
cAttte
opened
3 weeks ago
5
Removed sync feature
#693
zesterer
closed
3 weeks ago
0
Added Input::map
#691
zesterer
closed
3 weeks ago
0
Add input traits implementation for `Graphemes`
#690
Hedgehogo
closed
4 weeks ago
1
Allow `nested_in` to accept a parser that emits a different type of tokens
#689
TheOnlyTails
opened
4 weeks ago
7
Tutorial is broken for 9.3
#688
jdelgadofrts
closed
4 weeks ago
3
then_docs: fix what was likely a copy-paste error
#687
Zij-IT
closed
1 month ago
1
pratt-docs: fix incorrrect pratt-parsing documentation
#686
Zij-IT
closed
1 month ago
1
Improved pratt ergonomics, added Mini ML example
#685
zesterer
closed
4 weeks ago
14
Overhauled Input trait to improve versatility, added IterInput
#683
zesterer
closed
1 month ago
1
Added support for pratt parsers with up to 676 operators
#682
TheOnlyTails
closed
4 weeks ago
6
Add a new `ParserExtra::State: Inspector` trait
#681
jyn514
closed
1 month ago
2
Changed `Or` path choosing
#678
KrosFire
closed
4 days ago
3
`or` choosing secondary option, over recovered first option
#677
KrosFire
closed
4 days ago
2
Fix example code in Repeated::exactly
#676
istathar
closed
1 month ago
1
Question: How to comfortably parse tokens with metadata
#675
id-NaN
closed
1 month ago
3
`just(range)` passes the range as output instead of the matched value (1.0.7 alpha)
#674
0rvar
opened
1 month ago
2
Update tutorial.md for v0.9.3
#673
jnoortheen
closed
1 month ago
1
Question: How to reduce symbol length?
#672
eternal-flame-AD
closed
2 months ago
5
Pratt parser postfix documentation contains incorrect accepted function signature.
#669
BotAngus
closed
1 month ago
0
Empty choice panics when trying to parse.
#668
DaniD3v
opened
2 months ago
4
`recursion` causing stack overflow and I can't work out why
#667
koshell
closed
2 months ago
2
Confusing `Clone` requirement error when using recursive parser
#666
koshell
closed
2 months ago
4
Failed to run JSON example code `cargo run --example json -- examples/sample.json`.
#665
coalooball
closed
1 month ago
1
Add recursive_fold and recursive_2 to prevent memory leaks
#664
jkylling
opened
2 months ago
2
Fix string lexer in `nano-rust` example
#662
rabuu
closed
2 months ago
1
Pratt parser still overflows stack
#660
xldenis
closed
3 months ago
8
Pratt parser only implemented for tuples A..Z
#658
mlgiraud
opened
3 months ago
7
Fix URLs in README (`master` -> `main`)
#657
yutannihilation
closed
2 months ago
1
Regression: Strange behavior with labels and error messages
#656
ThePuzzlemaker
opened
3 months ago
0
how properly use recursive
#654
sineptic
closed
1 month ago
6
wanted function
#653
sineptic
closed
4 weeks ago
8
wrong docs
#652
sineptic
closed
1 month ago
5
ugly code
#651
sineptic
closed
4 months ago
2
better code
#650
sineptic
closed
4 months ago
1
Doc: Fix command to run nano_rust example
#649
guerinoni
closed
2 months ago
1
Fix warnings errors
#648
CraftSpider
opened
4 months ago
3
"escape" parser in json example seems to be wrong
#647
ShuiRuTian
closed
4 months ago
2
fix: #631 revert change in label.rs to fix error labels
#645
ojkelly
opened
5 months ago
5
Update `Cargo.lock`
#644
samestep
closed
2 months ago
5
Add a `spanned` method for automatically wrapping the parser result in a `Span`
#640
TheOnlyTails
opened
5 months ago
8
Stack overflow caused by defining an unused parser
#639
AverageLinuxEnjoyer
closed
5 months ago
2
docs.rs links to GH files appear broken
#638
inferiorhumanorgans
opened
6 months ago
1
I'm upgrading to 1.0.0-alpha.7 I can't get the parser function signature right
#637
AverageLinuxEnjoyer
closed
6 months ago
1
Next