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
/
practical
Age
Commit message (
Collapse
)
Author
2023-04-04
Test case now matches walkthough final code
Matthew Hall
2023-04-04
Add readme example as a test case
Matthew Hall
2023-04-02
Add 'make' and 'pure' arguments to parser_chain
Matthew Hall
2023-04-02
Refactor parser_chain argument order
Matthew Hall
2023-03-31
json example refactoring
Matthew Hall
2023-03-30
Add example tags to example tests
Matthew Hall
2023-03-27
Finish up JSON parsing example
Matthew Hall
2023-03-27
Implement json_object
Matthew Hall
2023-03-27
Fix json_array, the answer was pointers
Matthew Hall
2023-03-26
CURRENTLY BROKEN: NEEDS LAZY EVALUATION
Matthew Hall
2023-03-26
Fully implement json_number
Matthew Hall
2023-03-26
More refactoring
Matthew Hall
2023-03-26
Refactoring
Matthew Hall
2023-03-26
Int parsing + some tweaks
Matthew Hall
2023-03-26
New data structure, bool parser
Matthew Hall
2023-03-24
Not work: aliases and generics make matt a dull boy
Matthew Hall
2023-03-22
Re-implement parent_element with and_then
Matthew Hall
2023-03-21
Example for Xcruciating Markup Language
rewrite
Matthew Hall
2023-03-20
Separate files for practical tests + BF parser/interpreter finished
Matthew Hall