Update README.md

Two nice little tutorial on how to build language aspects
This commit is contained in:
StéphaneDucasse 2019-11-03 09:59:40 +01:00 committed by GitHub
parent 7ee8299200
commit a2416063ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,8 @@
* [**OCaml**: _Writing a C Compiler_](https://norasandler.com/2017/11/29/Write-a-Compiler.html)
* [**OCaml**: _Writing a Lisp, the series_](https://bernsteinbear.com/blog/lisp/)
* [**Pascal**: _Let's Build a Compiler_](https://compilers.iecc.com/crenshaw/)
* [**Pharo**: _Build a reflective kernel_](http://books.pharo.org/booklet-ReflectiveCore/)
* [**Pharo**: _Build a mini Scheme_](http://books.pharo.org/booklet-AMiniSchemeInPharo/)
* [**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)