index
:
parcom
and_then
dev
interface-experiment
master
rewrite
string-parsers
Simple parser combinator libray for Crystal
Matthew Hall
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-04-02
Refactor parser_chain argument order
Matthew Hall
2023-03-31
More informative error messages
Matthew Hall
2023-03-30
Replace overloads of flunk with a default argument
Matthew Hall
2023-03-30
Re-implement sep_by in terms of and_then
Matthew Hall
2023-03-30
Redefine in terms of and_then
Matthew Hall
2023-03-30
Re-implement assert in terms of and_then
Matthew Hall
2023-03-30
Implement custom error messages for Parser.flunk
Matthew Hall
2023-03-30
between no longer allows min/max values in either order + documentation and m...
Matthew Hall
2023-03-30
Move Result and Tokens to their own files
Matthew Hall
2023-03-29
Implement parser_chain macro
Matthew Hall
2023-03-26
More refactoring
Matthew Hall
2023-03-26
Implement map_const
Matthew Hall
2023-03-21
Initial implementation for and_then, I'm not convinced it fully works
Matthew Hall
2023-03-21
Update version number
Matthew Hall
2023-03-19
sep_by, and some small tweaks
Matthew Hall
2023-03-19
Remove old files
Matthew Hall
2023-03-19
Documentation
Matthew Hall
2023-03-19
first_of
Matthew Hall
2023-03-19
exactly, at_least, at_most, between
Matthew Hall
2023-03-18
Many and Some
Matthew Hall
2023-03-18
Sequence, +, and variants
Matthew Hall
2023-03-17
recover and optional
Matthew Hall
2023-03-17
So far so good
Matthew Hall
2023-03-17
Please work this time
Matthew Hall
2023-03-16
I'm too tired for this
Matthew Hall
2023-03-16
Second rewrite attempt, this one should work, monkaS
Matthew Hall
2023-03-13
Documentation for SepBy
Matthew Hall
2023-03-13
Documentation for FirstOf + minor refactor
Matthew Hall
2023-03-13
Documentation for Between
Matthew Hall
2023-03-13
Documentation for AtMost
Matthew Hall
2023-03-13
Documentation for AtLeast
Matthew Hall
2023-03-13
Documentation for Exactly
Matthew Hall
2023-03-13
Documentation for TokenSeq
Matthew Hall
2023-03-13
Documentation for sequence
Matthew Hall
2023-03-13
Documentation for Some
Matthew Hall
2023-03-13
Small refactor to Many
Matthew Hall
2023-03-13
Fix type signature for Right
Matthew Hall
2023-03-13
Documentation for Many
Matthew Hall
2023-03-13
Fix Many hanging when wrapped parser never fails
Matthew Hall
2023-03-12
Documentation for recover
Matthew Hall
2023-03-12
Documentation for Optional
Matthew Hall
2023-03-12
Fix filenames
Matthew Hall
2023-03-12
Documentation for Left and Right
Matthew Hall
2023-03-11
Documentation for Plus
Matthew Hall
2023-03-11
Documentation for Phrase
Matthew Hall
2023-03-11
Documentation for Map
Matthew Hall
2023-03-11
Documentation for Alt
Matthew Hall
2023-03-11
Documentation for Token
Matthew Hall
2023-03-11
Documentation for Satisfy
Matthew Hall
2023-03-11
Documentation for Assert
Matthew Hall
[next]