aboutsummaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2023-04-04Test case now matches walkthough final codeMatthew Hall
2023-04-04Add readme example as a test caseMatthew Hall
2023-04-02Add 'make' and 'pure' arguments to parser_chainMatthew Hall
2023-04-02Refactor parser_chain argument orderMatthew Hall
2023-03-31json example refactoringMatthew Hall
2023-03-31Separate core tests into separate filesMatthew Hall
2023-03-30Remove test for allowing between's min/max values in either orderMatthew Hall
2023-03-30Add example tags to example testsMatthew Hall
2023-03-29Implement parser_chain macroMatthew Hall
2023-03-27Finish up JSON parsing exampleMatthew Hall
2023-03-27Implement json_objectMatthew Hall
2023-03-27Fix json_array, the answer was pointersMatthew Hall
2023-03-26CURRENTLY BROKEN: NEEDS LAZY EVALUATIONMatthew Hall
2023-03-26Fully implement json_numberMatthew Hall
2023-03-26More refactoringMatthew Hall
2023-03-26Implement map_constMatthew Hall
2023-03-26RefactoringMatthew Hall
2023-03-26Int parsing + some tweaksMatthew Hall
2023-03-26New data structure, bool parserMatthew Hall
2023-03-24Not work: aliases and generics make matt a dull boyMatthew Hall
2023-03-22Some more tests for and_thenand_thenMatthew Hall
2023-03-22Re-implement parent_element with and_thenMatthew Hall
2023-03-21Initial implementation for and_then, I'm not convinced it fully worksMatthew Hall
2023-03-21Example for Xcruciating Markup LanguagerewriteMatthew Hall
2023-03-20Separate files for practical tests + BF parser/interpreter finishedMatthew Hall
2023-03-20Practical example 2 WIPMatthew Hall
2023-03-19Implement tests for practical usesMatthew Hall
2023-03-19Turns out we never needed that requireMatthew Hall
2023-03-19sep_by, and some small tweaksMatthew Hall
2023-03-19Remove old filesMatthew Hall
2023-03-19first_ofMatthew Hall
2023-03-19exactly, at_least, at_most, betweenMatthew Hall
2023-03-18TODO commentsMatthew Hall
2023-03-18Many and SomeMatthew Hall
2023-03-18Sequence, +, and variantsMatthew Hall
2023-03-17recover and optionalMatthew Hall
2023-03-17So far so goodMatthew Hall
2023-03-17Please work this timeMatthew Hall
2023-03-16I'm too tired for thisMatthew Hall
2023-03-16Second rewrite attempt, this one should work, monkaSMatthew Hall
2023-03-13Slightly more robust test caseMatthew Hall
2023-03-13Introduce practical test sectionMatthew Hall
2023-03-13Fix Many hanging when wrapped parser never failsMatthew Hall
2023-03-11Rename Eof to EOF + documentationMatthew Hall
2023-03-11Class renamingMatthew Hall
2023-03-11Implement SepByMatthew Hall
2023-03-11Implement Left and Right parsersMatthew Hall
2023-03-11Implement FirstOfMatthew Hall
2023-03-09Implement between + improve error handlingMatthew Hall
2023-03-09Implement AtLeast and AtMostMatthew Hall