A parser and evaluator for the lambda calculus written in Rust
- [-] A functioning repl
- [-] Tests
- [ ] Lazier strategy?
- [ ] Not reducing from the root every time
- [ ] Better parser
- [ ] Semicolons -> Newlines, indentation based definitions
- [ ] Unicode support
- [X] Print refactor
- [X] Linear optimnization
- [X] Do names already
- [X] Stats
- [X] Fix parsing