Improved parser

This commit is contained in:
2022-10-22 08:28:05 -07:00
parent a7078f9a77
commit d11c9a5a7e
3 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,6 @@
- $\alpha$-equivalence check
- Prettyprint functions (combine args, rename bound variables)
- Write a nice README
- Delete macros
- Handle or avoid recursion errors
## Todo:
@@ -17,8 +16,7 @@
- Warn when overwriting macro
- 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
- PyPi package
## Mention in Docs
- lambda functions only work with single-letter arguments