From 840a2e6f93b91c0fcedbf07e482967416e2e9505 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Tue, 24 Jul 2018 11:44:35 +0200 Subject: [PATCH] Add tutorial #243 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f08cfd..0d28123 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ * [**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**: _Little Lisp interpreter_](https://maryrosecook.com/blog/post/little-lisp-interpreter) +* [**JavaScript**: _How to implement a programming language in JavaScript_](http://lisperator.net/pltut/) * [**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)