issues
search
winnow-rs
/
winnow
Making parsing a breeze
https://docs.rs/winnow
Other
573
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: Add `Parser::value_with` convenience method
#626
emilyyyylime
opened
22 minutes ago
0
docs(tutorial): Clarify examples in chapter 5
#625
Nukesor
opened
7 hours ago
2
docs: Clarify peek's behavior with Input
#624
epage
closed
2 days ago
1
Pratt example
#622
39555
opened
5 days ago
2
perf: bench for `pratt` and `shunting yard` parsers
#620
39555
opened
1 week ago
10
fix(dispatch): handle `#[...]` attributes
#619
39555
opened
1 week ago
4
PoC: Pratt parsing with `shunting yard` algorithm
#618
39555
opened
1 week ago
2
docs(changelog): Give hint on resolving type inference issues
#617
epage
closed
1 week ago
1
feat: implement Pratt parsing
#614
39555
opened
1 week ago
4
docs(changelog): Give hint on resolving type inference issues
#613
epage
closed
1 week ago
1
Doc suggestion for migrating nom -> winnow
#612
Ben-PH
closed
1 week ago
1
docs: Highlight notes/warnings in a block
#611
epage
closed
2 weeks ago
1
`dispatch!` unable to handle cfg attributes
#609
zeenix
opened
1 month ago
0
Return `&char` when parsing `char`
#608
Caellian
closed
1 month ago
3
Enable `--generate-link-to-definition` rustdoc option on docs.rs
#607
GuillaumeGomez
closed
1 month ago
1
Owned `ParseError`s
#606
9999years
closed
4 days ago
2
Lazy context
#605
9999years
opened
1 month ago
5
Add `ParseError::with_input`
#604
9999years
closed
1 month ago
3
Make it easier to apply a common suffix parser to every `alt` branch
#603
alang9
closed
1 month ago
6
alt_then
#602
alang9
closed
1 month ago
2
ErrorConvert is only implemented for InputError
#600
praveenperera
opened
1 month ago
0
Adjust `Repeat::fold` doc parameter name to that of implementation
#599
SRv6d
closed
1 month ago
2
chore: Update from _rust template
#598
epage
closed
1 month ago
1
deps: Update `terminal_size` to 0.4.0
#596
waywardmonkeys
closed
1 month ago
1
feat(stream): Allow reseting streams to an absolute position
#595
epage
closed
1 month ago
1
Use references for `&[T]`s token type
#590
yyy33
opened
2 months ago
3
Helping users know how to create combinators
#588
guissalustiano
opened
3 months ago
1
fix(docs): Escape pipes in `Repeat::fold` usage
#585
DJDuque
closed
3 months ago
1
docs(examples): generic parse combinator in arithmetic
#583
guissalustiano
closed
3 months ago
2
docs(examples): Avoid parse_peek in production code
#582
epage
closed
3 months ago
0
docs(examples): Switch to ContextError (default)
#581
epage
closed
3 months ago
0
fix(partial): Clarify Needed::Size is for offset, not tokens
#579
epage
closed
3 months ago
0
feat(stream): Make Checkpoints comparable
#577
epage
closed
3 months ago
0
docs(tutorial): Be more explicit about ParseError's role
#576
epage
closed
3 months ago
0
[Tutorial](https://docs.rs/winnow/latest/winnow/_tutorial/chapter_6/index.html) implies ParseError is std::error:Error, but it is not
#575
rbtcollins
closed
3 months ago
1
chore: Update from _rust/main template
#574
epage
closed
3 months ago
0
Fix tutorial parser return schema alignment
#573
SRv6d
closed
3 months ago
1
Tutorial examples are incomplete
#571
dave-doty
closed
4 days ago
2
fix: Rename `recognize` to `take` for consistency
#570
epage
closed
4 months ago
2
`escaped` stopping at empty string is the opposite of `repeat`
#569
epage
opened
4 months ago
0
docs(comb): Clarify escaped_transform
#568
epage
closed
4 months ago
1
chore(ci): Speed up CI
#567
epage
closed
4 months ago
1
docs(stream): Remove Stateful's use of cell
#566
epage
closed
4 months ago
1
Port over nom-bitvec
#564
kszlim
opened
4 months ago
2
test(binary): Cover more cases
#562
epage
closed
4 months ago
1
accept `FnMut` instead of just `Fn` as `take_till` parameter
#558
BLucky-gh
opened
4 months ago
1
docs(comb): Suggest how to recognize an Accumulator
#556
epage
closed
4 months ago
1
doc: Add a blank line between paragraph and image
#554
joshtriplett
closed
4 months ago
2
chore: Correct ^ error position in unicode strings
#553
gzigzigzeo
closed
4 months ago
2
Diverging expressions causing errors in `dispatch!`
#551
BLucky-gh
opened
5 months ago
4
Next