Compare commits

...

4 Commits

Author SHA1 Message Date
StéphaneDucasse
e50b888c05 Merge a2416063ca into a8bc6fbcf1 2025-07-11 15:50:51 +08:00
Vencyr Laurence Imbo Amores
a8bc6fbcf1 update to byox banner 2025-07-07 22:14:17 +08:00
Vencyr Laurence Imbo Amores
c56186ac2d update byox banner 2025-07-07 17:05:02 +08:00
StéphaneDucasse
a2416063ca Update README.md
Two nice little tutorial on how to build language aspects
2019-11-03 09:59:40 +01:00

View File

@@ -1,4 +1,4 @@
[![Banner](https://codecrafters.io/images/byox-banner.gif)](https://codecrafters.io/github-banner)
[![Banner](https://codecrafters.io/images/updated-byox-banner.gif)](https://codecrafters.io/github-banner)
## Build your own <insert-technology-here>
@@ -318,6 +318,8 @@ It's a great way to learn.
* [**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**: _How to Write a Lisp Interpreter in Python_](http://norvig.com/lispy.html)