update readme
This commit is contained in:
parent
3046beaef2
commit
54d147b954
1 changed files with 2 additions and 1 deletions
|
|
@ -5,9 +5,10 @@ A (very WIP) lambda expression evaluator and debugger.
|
||||||
I'd like to build the following:
|
I'd like to build the following:
|
||||||
|
|
||||||
- [X] parsing with parsec
|
- [X] parsing with parsec
|
||||||
- need to harden tests a bit more but existing tests pass
|
|
||||||
- [X] alpha/beta reduction to beta normal
|
- [X] alpha/beta reduction to beta normal
|
||||||
- [ ] substitutions for known abstractions (numbers can be written and are displayed as numbers rather than lambda terms)
|
- [ ] substitutions for known abstractions (numbers can be written and are displayed as numbers rather than lambda terms)
|
||||||
|
- [ ] replace known terms in input
|
||||||
|
- [X] replace known terms in output
|
||||||
- [ ] persisted variables
|
- [ ] persisted variables
|
||||||
- [ ] display all steps in alpha/beta reductions until beta normal form is reached
|
- [ ] display all steps in alpha/beta reductions until beta normal form is reached
|
||||||
- [ ] online web-based lambda playground
|
- [ ] online web-based lambda playground
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue