aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-21Update version numberMatthew 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-19DocumentationMatthew 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-13Documentation for SepByMatthew Hall
2023-03-13Documentation for FirstOf + minor refactorMatthew Hall
2023-03-13Documentation for BetweenMatthew Hall
2023-03-13Documentation for AtMostMatthew Hall
2023-03-13Documentation for AtLeastMatthew Hall
2023-03-13Documentation for ExactlyMatthew Hall
2023-03-13Documentation for TokenSeqMatthew Hall
2023-03-13Documentation for sequenceMatthew Hall
2023-03-13Documentation for SomeMatthew Hall
2023-03-13Small refactor to ManyMatthew Hall
2023-03-13Slightly more robust test caseMatthew Hall
2023-03-13Introduce practical test sectionMatthew Hall
2023-03-13Fix type signature for RightMatthew Hall
2023-03-13Documentation for ManyMatthew Hall
2023-03-13Fix Many hanging when wrapped parser never failsMatthew Hall
2023-03-12Documentation for recoverMatthew Hall
2023-03-12Documentation for OptionalMatthew Hall
2023-03-12Fix filenamesMatthew Hall
2023-03-12Documentation for Left and RightMatthew Hall
2023-03-11Documentation for PlusMatthew Hall