Made commands more powerful, added :load and :save

This commit is contained in:
2022-10-22 09:50:04 -07:00
parent 1bbca094dd
commit fa02c2aa5b
6 changed files with 184 additions and 56 deletions

View File

@@ -2,7 +2,6 @@
## Todo (pre-release):
- Good command parsing (`:save`, `:load`, are a bare minimum)
- $\alpha$-equivalence check
- Prettyprint functions (combine args, rename bound variables)
- Write a nice README
@@ -18,6 +17,7 @@
- Syntax highlighting: parenthesis, bound variables, macros, etc
- Pin header to top of screen
- PyPi package
- Smart alignment in all printouts
## Mention in Docs
- lambda functions only work with single-letter arguments