An open API service indexing awesome lists of open source software.

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

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)