aboutsummaryrefslogtreecommitdiff
path: root/spec/parcom_spec.cr
AgeCommit message (Collapse)Author
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
2023-03-09Implement Exactly + extra test for SequenceMatthew Hall
2023-03-09Implement SequenceMatthew Hall
2023-03-09Implement Many and SomeMatthew Hall
2023-03-09Implement Token sequence parserMatthew Hall
2023-03-09Rewrite Satisfy to use blocksMatthew Hall
2023-03-09Rewrite Map to use blocksMatthew Hall
2023-03-09Rewrite Assert to use blocksMatthew Hall
2023-03-08Add Parser#recoverMatthew Hall
2023-03-08Implement Optional (sort of)Matthew Hall
2023-03-08Implement recoverMatthew Hall
2023-03-08Implement PhraseMatthew Hall
2023-03-08Implement PlusMatthew Hall
2023-03-08Remove pointless testsMatthew Hall
2023-03-08i just love refactoring things, i guessMatthew Hall
2023-03-08A bunch of stuffMatthew Hall
2023-03-07InitialMatthew Hall