Added a few commands

This commit is contained in:
2022-10-21 17:55:31 -07:00
parent 84c5229fbf
commit 3ff496e1d6
6 changed files with 202 additions and 59 deletions

View File

@@ -3,7 +3,7 @@
## Todo (pre-release):
- Fix parser (call parentheses)
- Good command parsing (`:help`, `:save`, `:load`, `:macros`, `:clear` are a bare minimum)
- Good command parsing (`:save`, `:load`, are a bare minimum)
- Python files: installable, package list, etc
- $\alpha$-equivalence check
- Versioning
@@ -15,4 +15,5 @@
- Documentation in README
- Maybe a better icon?
- Warn when overwriting macro
- Syntax highlighting: parenthesis, bound variables, macros, etc
- Syntax highlighting: parenthesis, bound variables, macros, etc
- Pin header to top of screen