summaryrefslogtreecommitdiff
path: root/chewed/src
AgeCommit message (Collapse)Author
2021-02-03Add convenience methods for hand-writing parsers.Greg Brown
2021-01-14Add labelled expressions.Greg Brown
Restructure project (again). Convert `Cat` and `Alt` from binary to n+2-ary.
2021-01-09Introduce chomp as a procedural macro.Greg Brown
Add a bunch of tests. Fix chomp and chewed so autochomp compiles.
2021-01-08Add positions to chewed errors.Greg Brown
2021-01-07Add first steps of AutoChompGreg Brown
2021-01-06Create Chewed, the consumer crate.Greg Brown