From 79beea6230765baf2726db8f6bc402e773f3ed33 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Wed, 23 May 2018 20:29:34 +0200 Subject: [PATCH] Add tutorial #124 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2552594..919890b 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ * [**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) * [**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) * [**Python**: _lisp.py: Make your own Lisp interpreter_](http://khamidou.com/compilers/lisp.py/) * [**Python**: _Simple Iterator-based Parsing_](http://effbot.org/zone/simple-iterator-parser.htm)