issues
search
Marwes
/
combine
A parser combinator library for Rust
https://docs.rs/combine/*/combine/
MIT License
1.3k
stars
94
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
warn on `missing-debug-implementations`
#367
JonathanWoollett-Light
opened
1 week ago
0
Where is State?
#366
dave-doty
opened
2 months ago
5
perf: avoid initializing huge buffers
#365
artemrakov
closed
6 months ago
2
Worse performance after parsing 2 large values
#364
nihohit
opened
7 months ago
9
doc: Add documentation to no_partial
#363
Marwes
opened
10 months ago
0
Documentation request: no_partial
#362
stefnotch
opened
10 months ago
0
Choice with Vec of parsers
#361
stefnotch
closed
10 months ago
4
chore: Update CI to run against rust 1.61
#360
Marwes
closed
10 months ago
0
docs: remove mention to nightly
#359
hackaugusto
closed
10 months ago
5
Implement Pratt parsing or precedence climbing
#358
stefnotch
closed
1 year ago
4
build failure
#357
matthiaskrgr
opened
1 year ago
0
Fix README FAQ regarding inscrutable positions
#356
vaivaswatha
opened
1 year ago
0
Successful parser will not clear the error stack
#355
yihuaf
closed
4 months ago
1
Parse `std::process::Child` stdout
#354
AustinScola
opened
2 years ago
0
Remove extraneous Input::Error trait bounds
#353
softmoth
closed
1 year ago
0
Docs unclear whether `parser!` should be used on nightly rust
#352
spencerwhite
closed
2 years ago
2
refactor: Extract less-generic code from sequence's add_errors (-5%)
#351
Marwes
closed
2 years ago
0
chore: Update CI to assume github actions
#350
Marwes
closed
2 years ago
0
Adivce on reducing code size in WASM target
#349
ruslantalpa
closed
2 years ago
7
memchr: use non deprecated feature `std` instead of `use_std`
#348
klensy
closed
2 years ago
4
Unbounded mutual recursion in Parser impl
#347
tari
opened
2 years ago
3
Add an arithmetic example
#346
sadnessOjisan
opened
2 years ago
0
Translate wiki docs into Japanese, and add a link to README
#345
sadnessOjisan
closed
2 years ago
6
Upgrade to tokio-util 0.7
#344
djc
closed
2 years ago
4
Comparison with LALRPOP
#343
8573
opened
2 years ago
0
Offset parser
#342
r4v3n6101
opened
2 years ago
1
XML parsing for React.js to Solid.js conversion
#341
rrjanbiah
opened
2 years ago
4
Native/abstracted sub-parsers
#340
ckiee
opened
2 years ago
6
Outdated tutorial
#339
arnau
opened
2 years ago
1
Update feature-flag in documentation
#338
TilBlechschmidt
closed
2 years ago
0
How about offset into some data?
#337
r4v3n6101
opened
2 years ago
3
fix(easy): Escape tokens in errors
#336
epage
opened
2 years ago
0
fix(easy): Only back-quote parser tokens
#335
epage
closed
2 years ago
2
`expected` error strings always quote what was expected, even if it isn't a literal
#334
epage
closed
2 years ago
3
Errors include unprintable or awkwardly printed characters.
#333
epage
opened
2 years ago
6
Some issue with error reporting
#332
tailhook
opened
2 years ago
0
fix compiling error for futures
#331
xhebox
closed
2 years ago
0
Tools for debugging recursion problems?
#330
jwiegley
opened
2 years ago
4
Is there a way to get `Stream<Token=char>` from `io::Read`?
#329
tailhook
opened
2 years ago
1
perf: Handle restarts better in take_until_byte{,s,2,3}
#328
Marwes
closed
3 years ago
0
take_until_bytes() and partial parsing
#327
simpsoneric
closed
3 years ago
2
fix: warning
#326
fundon
closed
3 years ago
0
DateTime parser
#325
Ploppz
opened
3 years ago
1
Extend `no_std` support using `alloc` crate
#324
ark0f
closed
3 years ago
1
Throw stream errors
#323
ark0f
opened
3 years ago
5
Remove dependency on futures-util
#322
paolobarbolini
closed
3 years ago
3
choice! returns an error when one of its parsers would be successful
#321
Ploppz
opened
3 years ago
2
Publishing 4.6.1?
#320
anp
closed
3 years ago
1
Help with reporting non-parsing errors.
#319
rneswold
closed
3 years ago
3
Add loop_parser and loop_gen
#318
uzytkownik
opened
3 years ago
1
Next