Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-09 | Make some progress, I guesstypes | Greg Brown | |
2021-03-02 | Introduce function types. | Greg Brown | |
Function types are just functions from types to check-results. Nothing more than delayed computation. Efficiency will initially be no better than current. Caching results could help, but that's a future problem. An alternative approach is introducing constraints. That would be a bigger architectural change, with more complex processing. On the other hand, adding future extensions would be easier. | |||
2021-02-17 | Fix small bug with naming. | Greg Brown | |
2021-02-03 | Fix bug where all literals get an `Into<char>` implementation. | Greg Brown | |
2021-01-21 | Fix many warnings. | Greg Brown | |
2021-01-19 | Remove usage of feature of proc_macro2. | Greg Brown | |
2021-01-19 | Remove usage of `extra-traits` feature of syn. | Greg Brown | |
2021-01-16 | Fix warnings in `chomp::ast`. | Greg Brown | |
2021-01-16 | Fix warnings in `lower`. | Greg Brown | |
2021-01-14 | Finish AutoChomp | Greg Brown | |
2021-01-14 | Add labelled expressions. | Greg Brown | |
Restructure project (again). Convert `Cat` and `Alt` from binary to n+2-ary. | |||
2021-01-09 | Introduce chomp as a procedural macro. | Greg Brown | |
Add a bunch of tests. Fix chomp and chewed so autochomp compiles. | |||
2021-01-09 | Make all ast spans optional. | Greg Brown | |
2021-01-08 | Remove unnecessary file | Greg Brown | |
2021-01-08 | Do more restructuring. | Greg Brown | |
2021-01-07 | Add first steps of AutoChomp | Greg Brown | |
2021-01-06 | Create Chewed, the consumer crate. | Greg Brown | |
2021-01-06 | Restructure code base to separate compilation phases. | Greg Brown | |
2020-12-31 | First complete working version. | Greg Brown | |
2020-12-08 | Make substitution into a macro. | Greg Brown | |
2020-11-30 | Change type check infrastructure | Greg Brown | |
2020-11-25 | Add let statements | Greg Brown | |
2020-11-25 | Add substitution. | Greg Brown | |
2020-11-25 | Change associativity of cat and alt | Greg Brown | |
2020-11-25 | Change syntax | Greg Brown | |
2020-11-23 | Improve error messages | Greg Brown | |
2020-11-23 | Introduce guarded variables | Greg Brown | |
2020-11-21 | Add code generation | Greg Brown | |
2020-11-20 | Implement context traits for Vec | Greg Brown | |
2020-11-20 | Precompute properties of well-typed terms | Greg Brown | |
2020-11-19 | Switch typing to use traits | Greg Brown | |
2020-11-19 | Switch parsing core to syn | Greg Brown | |
2020-11-18 | Add type checking | Greg Brown | |
2020-11-18 | Convert concrete to abstract syntax tree | Greg Brown | |
2020-11-09 | Rename Seq to Cat | Greg Brown | |
2020-11-09 | Parser with some tests | Greg Brown | |