| Age | Commit message (Expand) | Author |
| 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-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-30 | Add example tags to example tests | Matthew Hall |
| 2023-03-29 | Implement parser_chain macro | 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 | Implement map_const | 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 | Some more tests for and_thenand_then | Matthew Hall |
| 2023-03-22 | Re-implement parent_element with and_then | Matthew Hall |
| 2023-03-21 | Initial implementation for and_then, I'm not convinced it fully works | Matthew Hall |
| 2023-03-21 | Example for Xcruciating Markup Languagerewrite | Matthew Hall |
| 2023-03-20 | Separate files for practical tests + BF parser/interpreter finished | Matthew Hall |
| 2023-03-20 | Practical example 2 WIP | Matthew Hall |
| 2023-03-19 | Implement tests for practical uses | 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 | Remove old files | 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 |