summaryrefslogtreecommitdiff
path: root/src/lower
AgeCommit message (Expand)Author
2021-05-06Introduce lambda expressions.Greg Brown
2021-02-03Fix bug where all literals get an `Into<char>` implementation.Greg Brown
2021-01-21Fix many warnings.Greg Brown
2021-01-16Fix warnings in `lower`.Greg Brown
2021-01-14Add labelled expressions.•••Restructure project (again). Convert `Cat` and `Alt` from binary to n+2-ary. Greg Brown
2021-01-09Introduce chomp as a procedural macro.•••Add a bunch of tests. Fix chomp and chewed so autochomp compiles. Greg Brown
2021-01-08Do more restructuring.Greg Brown
2021-01-07Add first steps of AutoChompGreg Brown
2021-01-06Create Chewed, the consumer crate.Greg Brown
2021-01-06Restructure code base to separate compilation phases.Greg Brown