https://github.com/dev1an/eopl-interpreter
Interpreters from the book "Essentials of Programming Languages" in Swift
https://github.com/dev1an/eopl-interpreter
Last synced: 10 months ago
JSON representation
Interpreters from the book "Essentials of Programming Languages" in Swift
- Host: GitHub
- URL: https://github.com/dev1an/eopl-interpreter
- Owner: Dev1an
- Created: 2018-01-06T10:58:26.000Z (over 8 years ago)
- Default Branch: Let
- Last Pushed: 2018-01-30T19:14:03.000Z (over 8 years ago)
- Last Synced: 2025-07-11T14:30:11.795Z (11 months ago)
- Language: Swift
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- [Let](https://github.com/Dev1an/EoPL-Interpreter)
- [Proc](https://github.com/Dev1an/EoPL-Interpreter/tree/Proc)
- [LetRec](https://github.com/Dev1an/EoPL-Interpreter/tree/LetRec)
- [Lexical addressing translator and interpretor](https://github.com/Dev1an/EoPL-Interpreter/tree/LexicalAddressing)