Cleanup & build files

This commit is contained in:
2022-10-21 21:01:06 -07:00
parent 8558c484c5
commit e1b79cd59a
17 changed files with 850 additions and 127 deletions

View File

@@ -3,11 +3,9 @@
## Todo (pre-release):
- Good command parsing (`:save`, `:load`, are a bare minimum)
- Python files: installable, package list, etc
- $\alpha$-equivalence check
- Versioning
- Prettyprint functions (combine args, rename bound variables)
- Documentation in README
- Write a nice README
## Todo:
- live syntax check
@@ -18,7 +16,9 @@
- Syntax highlighting: parenthesis, bound variables, macros, etc
- Pin header to top of screen
- Parser is a bit slow. Maybe we can do better?
- pypi package
## Mention in Docs
- lambda functions only work with single-letter arguments
- church numerals
- church numerals
- how to install