index
:
mon
master
A parser combinatory library inspired by nom and chumsky.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-11-17
let ParserIters store some state by passing in a &mut ParserIterState struct ...
John Turner
2025-11-14
impl SeparatedByWithTrailing combinator
John Turner
2025-11-14
disallow trailing delimiter in SeparatedBy combinator
John Turner
2025-11-14
remove Trace trait and type parameter
John Turner
2025-11-13
impl any1 parser
John Turner
2025-11-13
make alpha, numeric, alphanumeric, and whitespace return I::Item
John Turner
2025-11-12
make sure AtLeast collected at least N outputs even if reaching the end of input
John Turner
2025-11-01
stop tracking .dir-locals.el
John Turner
2025-11-01
impl Find combinator
John Turner
2025-11-01
feature gate regex parser
John Turner
2025-11-01
create ParserIter trait
John Turner
2025-10-30
rename List to Repeated and SeparatedList to SeparatedBy
John Turner
2025-10-30
change sexpr function to return a closure, and give it a comment
John Turner
2025-10-30
set unused imports to deny
John Turner
2025-10-29
impl any parser
John Turner
2025-10-28
update Cargo.toml
John Turner
2025-10-28
add LICENSE
John Turner
2025-10-27
move counter increment above the delimiter check
John Turner
2025-10-27
bring back separated_list but with a range parameter
John Turner
2025-10-27
replace not function with method
John Turner
2025-10-27
remove opt function and replace it with method
John Turner
2025-10-27
replace take_while and separated_list with list combinator
John Turner
2025-10-26
take reference to regex struct in Regex parser
John Turner
2025-10-26
change regex parser to accept a Regex struct as an option instead of &str
John Turner
2025-10-26
impl Regex parser
John Turner
2025-10-25
impl Eof parser
John Turner
2025-10-25
create VerifyOutput combinator
John Turner
2025-10-25
SeparatedList1 should error on both parsers if len == 0
John Turner
2025-10-24
change Parser::run reciever to &self
John Turner
2025-10-24
rename Trace type parameter to Tracer in Parser signature
John Turner
2025-10-24
impl Ignore combinator
John Turner
2025-10-24
impl Verify combinator
John Turner
2025-10-24
short circuit Or combinator instead of running both parsers
John Turner
2025-10-23
clone iterator in OneOf
John Turner
2025-10-22
fix Not combinator
John Turner
2025-10-22
impl Opt combinator
John Turner
2025-10-22
impl Not combinator
John Turner
2025-10-21
impl some basic parsers and combinators
John Turner
2025-10-19
init
John Turner