parsing, update readme

This commit is contained in:
jackjohn7 2026-05-15 02:02:57 -05:00
parent 098cf0832a
commit f64bf8be2b
3 changed files with 43 additions and 33 deletions

View file

@ -4,7 +4,8 @@ A (very WIP) lambda expression evaluator and debugger.
I'd like to build the following:
- [ ] parsing with parsec
- [X] parsing with parsec
- need to harden tests a bit more but existing tests pass
- [ ] alpha/beta reduction to beta normal
- [ ] substitutions for known abstractions (numbers can be written and are displayed as numbers rather than lambda terms)
- [ ] persisted variables