issues
search
m4rw3r
/
chomp
A fast monadic-style parser combinator designed to work on stable Rust.
Apache License 2.0
244
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
parse! macro doesn't work
#72
MarcWeber
opened
7 months ago
0
Fix dependency features
#71
jedisct1
closed
2 years ago
0
Do not reset the slice pointer when whole input is consumed
#70
koute
opened
6 years ago
0
Fix string parser
#69
dario23
opened
7 years ago
0
Question: What is the idiomatic way of parsing a string from a byte slice?
#68
kjvalencik
opened
7 years ago
0
string parser (and possibly others internally using consume_while) force unnecessary stream reads
#67
dario23
opened
7 years ago
1
Source: implement Write if contained stream is Write
#66
dario23
closed
7 years ago
0
Fix markdown header syntax in README
#65
mkantor
closed
7 years ago
0
Improve parse! macro documentation
#64
m4rw3r
opened
7 years ago
0
Many_till combinator seems to end up in an endless loop
#63
vegai
closed
7 years ago
2
build script causes extra rebuilds
#62
bluss
closed
7 years ago
0
Be able to unwrap Input from InputPosition.
#61
dashed
closed
7 years ago
2
Accessing numbering::InputPosition::position via map_err
#60
dashed
opened
8 years ago
2
Use std::str::from_utf8_unchecked instead of std::mem::transmute
#59
taralx
closed
8 years ago
0
Reorganize types
#58
m4rw3r
opened
8 years ago
0
Improving the `buffer` module
#57
m4rw3r
opened
8 years ago
0
Non `Copy` `Token`s?
#56
m4rw3r
opened
8 years ago
2
Returning the entire slice matched by a chain of parsers
#55
paigeruten
closed
8 years ago
3
Support for `no_std`
#54
m4rw3r
closed
8 years ago
3
`impl Trait` for Version 2.0.0 of Chomp
#53
m4rw3r
opened
8 years ago
6
HTML extract link parser.
#52
LeMoussel
closed
8 years ago
4
fix urls
#51
yanns
closed
8 years ago
1
`impl Trait` and making Chomp require nightly
#50
m4rw3r
closed
8 years ago
3
Implementation of Input wrapper for Iterator types
#49
m4rw3r
opened
8 years ago
0
Wrap macro expansion in parentheses
#48
dashed
closed
8 years ago
1
More comprehensive examples
#47
josephsavona
closed
8 years ago
4
Proper `prelude` module
#46
m4rw3r
closed
8 years ago
1
Input trait
#45
m4rw3r
closed
8 years ago
4
Make `Input` a trait
#44
m4rw3r
closed
8 years ago
13
Update bitflags dependency
#43
m4rw3r
closed
8 years ago
0
How do I examine success/fail?
#42
MarkSwanson
closed
8 years ago
7
Simplified error
#41
m4rw3r
closed
8 years ago
3
Infinite loop?
#40
MarkSwanson
closed
8 years ago
7
Request: readable str error messages
#39
MarkSwanson
closed
8 years ago
2
Is there a way to get current position?
#38
readysetmark
closed
8 years ago
9
Removed unused lifetime from err::expected(_)
#37
llogiq
closed
8 years ago
0
combinators::option: If parser reports incomplete on finite input, return default
#36
vincent23
closed
8 years ago
1
`or` fails with incomplete even though second parser could have succeeded on the input
#35
m4rw3r
closed
8 years ago
0
Implement alternative `parse!` macro using compiler plugin
#34
m4rw3r
opened
8 years ago
0
Maybe use quickcheck to simplify some tests
#33
m4rw3r
closed
8 years ago
1
Remove type parameter default on functions and methods
#32
bluss
closed
8 years ago
6
Generalization of `parse!` and improvements
#31
m4rw3r
closed
8 years ago
2
run_scanner state can't depend on last token
#30
dckc
closed
8 years ago
6
what type of argument to supply for i.err()?
#29
dckc
closed
8 years ago
4
`or` with many branches
#28
ayosec
closed
8 years ago
5
Provide alternatives preventing overflow and unbounded parsing
#27
m4rw3r
opened
8 years ago
2
Applicative parsing
#26
m4rw3r
opened
8 years ago
0
Proper parsers tests and examples for using `&str` as a parse source
#25
m4rw3r
opened
8 years ago
0
Size hint for internal iterator used by `many*` and `count`
#24
m4rw3r
closed
8 years ago
4
Debug mode (feature) including backtraces in errors
#23
m4rw3r
closed
8 years ago
3
Next