A lambda calculus engine
This repository has been archived on 2024-11-05. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Go to file
Mark 1a4ed032c2
Added basic command handling
2022-10-21 14:44:52 -07:00
.vscode Added metafiles 2022-10-20 11:01:50 -07:00
.editorconfig Added metafiles 2022-10-20 11:01:50 -07:00
.gitignore Added metafiles 2022-10-20 11:01:50 -07:00
greeting.py Cleaned up greeting, add simple prompt, moved runner 2022-10-21 14:40:17 -07:00
main.py Cleaned up greeting, add simple prompt, moved runner 2022-10-21 14:40:17 -07:00
parser.py Added basic command handling 2022-10-21 14:44:52 -07:00
runner.py Added basic command handling 2022-10-21 14:44:52 -07:00
tokens.py Improved reduction process 2022-10-21 14:40:59 -07:00