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
/
spec
/
parcom_spec.cr
Age
Commit message (
Collapse
)
Author
2023-03-31
Separate core tests into separate files
Matthew Hall
2023-03-30
Remove test for allowing between's min/max values in either order
Matthew Hall
2023-03-29
Implement parser_chain macro
Matthew Hall
2023-03-26
Implement map_const
Matthew Hall
2023-03-22
Some more tests for and_then
and_then
Matthew Hall
2023-03-21
Initial implementation for and_then, I'm not convinced it fully works
Matthew Hall
2023-03-19
Turns out we never needed that require
Matthew Hall
2023-03-19
sep_by, and some small tweaks
Matthew Hall
2023-03-19
first_of
Matthew Hall
2023-03-19
exactly, at_least, at_most, between
Matthew Hall
2023-03-18
TODO comments
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
Slightly more robust test case
Matthew Hall
2023-03-13
Introduce practical test section
Matthew Hall
2023-03-13
Fix Many hanging when wrapped parser never fails
Matthew Hall
2023-03-11
Rename Eof to EOF + documentation
Matthew Hall
2023-03-11
Class renaming
Matthew Hall
2023-03-11
Implement SepBy
Matthew Hall
2023-03-11
Implement Left and Right parsers
Matthew Hall
2023-03-11
Implement FirstOf
Matthew Hall
2023-03-09
Implement between + improve error handling
Matthew Hall
2023-03-09
Implement AtLeast and AtMost
Matthew Hall
2023-03-09
Implement Exactly + extra test for Sequence
Matthew Hall
2023-03-09
Implement Sequence
Matthew Hall
2023-03-09
Implement Many and Some
Matthew Hall
2023-03-09
Implement Token sequence parser
Matthew Hall
2023-03-09
Rewrite Satisfy to use blocks
Matthew Hall
2023-03-09
Rewrite Map to use blocks
Matthew Hall
2023-03-09
Rewrite Assert to use blocks
Matthew Hall
2023-03-08
Add Parser#recover
Matthew Hall
2023-03-08
Implement Optional (sort of)
Matthew Hall
2023-03-08
Implement recover
Matthew Hall
2023-03-08
Implement Phrase
Matthew Hall
2023-03-08
Implement Plus
Matthew Hall
2023-03-08
Remove pointless tests
Matthew Hall
2023-03-08
i just love refactoring things, i guess
Matthew Hall
2023-03-08
A bunch of stuff
Matthew Hall
2023-03-07
Initial
Matthew Hall