master
Mark 2022-11-01 20:48:43 -07:00
parent d3917b1f58
commit d88a7ff77f
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 4 additions and 2 deletions

View File

@ -74,7 +74,7 @@ Lamb treats each λ expression as a binary tree. Variable binding and reduction
-------------------------------------------------
## Todo (pre-release):
## Todo (pre-release, in this order):
- Prettier colors
- Cleanup warnings
- Truncate long expressions in warnings
@ -82,6 +82,7 @@ Lamb treats each λ expression as a binary tree. Variable binding and reduction
- Full-reduce option (expand all macros)
- step-by-step reduction
- Cleanup files
- Update screenshot
- PyPi package
@ -93,4 +94,5 @@ Lamb treats each λ expression as a binary tree. Variable binding and reduction
- $\alpha$-equivalence check
- Command-line options (load a file, run a set of commands)
- Unchurch macro: make church numerals human-readable
- Syntax highlighting: parenthesis, bound variables, macros, etc
- Syntax highlighting: parenthesis, bound variables, macros, etc
- Tests