summaryrefslogtreecommitdiff
path: root/parser.lisp
AgeCommit message (Expand)Author
2024-10-09Implement bind sweepJuan Manuel Tomás
2024-10-05Fail one-of when the only option left failedJuan Manuel Tomás
2024-10-05Keep the one-of option that parsed the mostJuan Manuel Tomás
2024-10-05Evaluate one-of parsers lazilyJuan Manuel Tomás
2024-10-02Move the project into a new path of breadth first parsingJuan Manuel Tomás
2024-06-10Add repeat parserJuan Manuel Tomás
2023-07-24Change how critical parts of the parsing are handledJuan Manuel Tomás
2023-05-01Improve flexibilityJuan Manuel Tomás
2022-12-26Fix crash where mutually recursive parsers are involvedJuan Manuel Tomás
2022-12-17Add whitespace parserJuan Manuel Tomás
2022-12-17Add negate operator and polish literalsJuan Manuel Tomás
2022-12-07Expand on alternative parsers and lookahead ideaJuan Manuel Tomás
2022-12-06Reduce iterators with optional and manyJuan Manuel Tomás
2022-12-06Fix lookahead input and introduce discarding bindJuan Manuel Tomás
2022-12-04First advances to lookahead implementationJuan Manuel Tomás
2022-11-12Introduce critical failure typeJuan Manuel Tomás
2022-11-03Add empty value feature to compJuan Manuel Tomás
2022-10-31Change "any" to "either" and add "nothing"Juan Manuel Tomás
2022-10-30Initial CommitJuan Manuel Tomás