Improved full-reduction logic

This commit is contained in:
2022-10-31 08:20:27 -07:00
parent 33c8d5bb66
commit c7464076ff
3 changed files with 32 additions and 29 deletions

View File

@@ -75,15 +75,14 @@ Lamb treats each λ expression as a binary tree. Variable binding and reduction
## Todo (pre-release):
- Make command output accessible in prompt
- Prettier colors
- Prevent macro-chaining recursion
- step-by-step reduction
- Full-reduce option (expand all macros)
- PyPi package
- Cleanup warnings
- Preprocess method: bind, macros to free, etc
- History queue
- `W` isn't fully expanded. Why??
## Todo: