Add link for "The super tiny interpreter"

https://github.com/keyanzhang/the-super-tiny-interpreter
This commit is contained in:
Vasa 2018-05-31 16:34:32 -07:00 committed by GitHub
parent d286b01628
commit 2846ade0c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@
* [**Haskell**: _Write You a Haskell_](http://dev.stephendiehl.com/fun/)
* [**Java**: _Crafting interpreters: A handbook for making programming languages_](http://www.craftinginterpreters.com/)
* [**JavaScript**: _The Super Tiny Compiler_](https://github.com/jamiebuilds/the-super-tiny-compiler)
* [**JavaScript**: _The Super Tiny Interpreter](https://github.com/keyanzhang/the-super-tiny-interpreter)
* [**OCaml**: _Writing a C Compiler_](https://norasandler.com/2017/11/29/Write-a-Compiler.html)
* [**Pascal**: _Let's Build a Compiler_](https://compilers.iecc.com/crenshaw/)
* [**Python**: _A Python Interpreter Written in Python_](http://aosabook.org/en/500L/a-python-interpreter-written-in-python.html)