Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-13 | Rewrite for flap v2.0.0.HEADmaster | Greg Brown | |
Make `foldcase` syntactic sugar. | |||
2025-03-13 | Modify definition of data types. | Greg Brown | |
2025-01-07 | Add quotation to help metaprogramming. | Greg Brown | |
2024-11-20 | Improve syntactic sugar. | Greg Brown | |
Sugar makes programs nicer to write. | |||
2024-11-15 | Add compilation to scheme. | Greg Brown | |
Extract parser as an independent project. | |||
2024-11-12 | Add ability to desugar terms. | Greg Brown | |
Remove `getChildren` construct---it's too niche for the core language. | |||
2024-10-30 | Define well-formedness for types. | Greg Brown | |
2024-10-29 | Print type checking errors. | Greg Brown | |
2024-10-28 | Make everything relevant. | Greg Brown | |
Too few proofs were relevant. Now they are. | |||
2024-10-09 | Do a lot. | Greg Brown | |
- Add type aliases. - Make `suc` a symbol. - Fix incorrect specification for `IsFunction`. - Write parser for terms. - Use `collie` to improve command line experience. | |||
2024-09-20 | Get working type pretty printer. | Greg Brown | |
Write a type on stdin, and it will tell you if it's well formed, and will pretty print it back if so. Rewrite the parser library to be n-ary. | |||
2024-08-05 | Define nominal, painless binding. | Greg Brown | |
2024-08-03 | Initial commit. | Greg Brown | |