From 2846ade0c77d5a27170bc463ee7fe55e4aa56381 Mon Sep 17 00:00:00 2001 From: Vasa Date: Thu, 31 May 2018 16:34:32 -0700 Subject: [PATCH 1/2] Add link for "The super tiny interpreter" https://github.com/keyanzhang/the-super-tiny-interpreter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c86218..0f36657 100644 --- a/README.md +++ b/README.md @@ -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) From aa7bb7bb0a88773a8d5d242c3d7fd71af0b4fe62 Mon Sep 17 00:00:00 2001 From: Vasa Date: Thu, 31 May 2018 16:36:48 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f36657..693fa5f 100644 --- a/README.md +++ b/README.md @@ -246,7 +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) +* [**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)