This repository has been archived on 2024-11-05. You can view files and clone it, but cannot push or open issues/pull-requests.
2022-10-21 15:10:36 -07:00
|
|
|
# Lamb: A Lambda Calculus Engine
|
2022-10-21 15:07:38 -07:00
|
|
|
|
|
|
|
|
|
|
|
## Todo (pre-release):
|
|
|
|
- Fix parser (call parentheses)
|
2022-10-21 17:55:31 -07:00
|
|
|
- Good command parsing (`:save`, `:load`, are a bare minimum)
|
2022-10-21 15:07:38 -07:00
|
|
|
- Python files: installable, package list, etc
|
|
|
|
- $\alpha$-equivalence check
|
|
|
|
- Versioning
|
2022-10-21 19:13:07 -07:00
|
|
|
- Prettyprint functions (combine args, rename bound variables)
|
|
|
|
- Documentation in README
|
2022-10-21 15:07:38 -07:00
|
|
|
|
|
|
|
## Todo:
|
|
|
|
- live syntax check
|
|
|
|
- Command and macro autocomplete
|
|
|
|
- step-by-step reduction
|
2022-10-21 17:05:25 -07:00
|
|
|
- Maybe a better icon?
|
|
|
|
- Warn when overwriting macro
|
2022-10-21 17:55:31 -07:00
|
|
|
- Syntax highlighting: parenthesis, bound variables, macros, etc
|
2022-10-21 19:13:07 -07:00
|
|
|
- Pin header to top of screen
|
|
|
|
|
|
|
|
## Mention in Docs
|
2022-10-21 19:39:37 -07:00
|
|
|
- lambda functions only work with single-letter arguments
|
|
|
|
- church numerals
|