aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-03-11Documentation for PhraseMatthew Hall
2023-03-11Documentation for MapMatthew Hall
2023-03-11Documentation for AltMatthew Hall
2023-03-11Documentation for TokenMatthew Hall
2023-03-11Documentation for SatisfyMatthew Hall
2023-03-11Documentation for AssertMatthew Hall
2023-03-11Documentation for PeekMatthew Hall
2023-03-11Rename Eof to EOF + documentationMatthew Hall
2023-03-11Documentation for AnyTokenMatthew Hall
2023-03-11Documentation for FlunkMatthew Hall
2023-03-11Documentation for ParserMatthew Hall
2023-03-11Documentation for struct ResultMatthew Hall
2023-03-11Start of documentation + refactoringMatthew Hall