update README
This commit is contained in:
parent
7df5b0eeac
commit
098cf0832a
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Lamb
|
||||
|
||||
A (very WIP) lambda expression evaluator and debugger.
|
||||
|
||||
I'd like to build the following:
|
||||
|
||||
- [ ] parsing with parsec
|
||||
- [ ] 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
|
||||
- [ ] display all steps in alpha/beta reductions until beta normal form is reached
|
||||
- [ ] online web-based lambda playground
|
||||
Loading…
Add table
Add a link
Reference in a new issue