summaryrefslogtreecommitdiff
path: root/src/chomp/ast.rs
AgeCommit message (Collapse)Author
2021-01-14Add labelled expressions.Greg Brown
Restructure project (again). Convert `Cat` and `Alt` from binary to n+2-ary.
2021-01-09Make all ast spans optional.Greg Brown
2021-01-08Do more restructuring.Greg Brown
2021-01-06Restructure code base to separate compilation phases.Greg Brown