aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
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-09Fix #parse? catching all exceptionsMatthew 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-09Reimplement Tokens in terms of 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-09Rewrite Phrase in terms of other parsersMatthew Hall
2023-03-09Rewrite Recover in terms of OptionalMatthew Hall
2023-03-09Add type signature for recover methodMatthew 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-08i just love refactoring things, i guessMatthew Hall
2023-03-08A bunch of stuffMatthew Hall