summaryrefslogtreecommitdiff
path: root/src/chomp/ast
AgeCommit message (Collapse)Author
2021-04-27Start rewrite using query system.queriesGreg Brown
2021-04-26Replace substitution with translation.Greg Brown
2021-04-22Update AST and parser for lambda expressions.Greg Brown
2021-04-21Add some comparison tests for Autochomp.Greg Brown
2021-02-17Fix small bug with naming.Greg Brown
2021-01-21Fix many warnings.Greg Brown
2021-01-19Remove usage of feature of proc_macro2.Greg Brown
2021-01-19Remove usage of `extra-traits` feature of syn.Greg Brown
2021-01-16Fix warnings in `chomp::ast`.Greg Brown
2021-01-14Add labelled expressions.Greg Brown
Restructure project (again). Convert `Cat` and `Alt` from binary to n+2-ary.