Added support for curry shorthand

This commit is contained in:
2022-10-21 19:13:07 -07:00
parent 3ff496e1d6
commit ef19fc42a6
4 changed files with 37 additions and 20 deletions

View File

@@ -7,13 +7,19 @@
- Python files: installable, package list, etc
- $\alpha$-equivalence check
- Versioning
- Automatic church numerals
- Prettyprint functions (combine args, rename bound variables)
- Documentation in README
- Don't crash on errors
## Todo:
- live syntax check
- Command and macro autocomplete
- step-by-step reduction
- Documentation in README
- Maybe a better icon?
- Warn when overwriting macro
- Syntax highlighting: parenthesis, bound variables, macros, etc
- Pin header to top of screen
- Pin header to top of screen
## Mention in Docs
- lambda functions only work with single-letter arguments