mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
Add Mukul Rathi's compiler series to Programming Language
11-part series on building a compiler for the Bolt language: OCaml/Menhir parser, type checking, generics, inheritance with vtables, dataflow-based data-race analysis, concurrency runtime, and LLVM IR codegen via the C++ API.
This commit is contained in:
parent
294aef8fde
commit
5d09f16576
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ It's a great way to learn.
|
||||||
* [**JavaScript**: _Let’s go write a Lisp_](https://idiocy.org/lets-go-write-a-lisp/part-1.html)
|
* [**JavaScript**: _Let’s go write a Lisp_](https://idiocy.org/lets-go-write-a-lisp/part-1.html)
|
||||||
* [**OCaml**: _Writing a C Compiler_](https://norasandler.com/2017/11/29/Write-a-Compiler.html)
|
* [**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/)
|
* [**OCaml**: _Writing a Lisp, the series_](https://bernsteinbear.com/blog/lisp/)
|
||||||
|
* [**OCaml / C++**: _How I wrote my own "proper" programming language_](https://mukulrathi.com/create-your-own-programming-language/intro-to-compiler/)
|
||||||
* [**Pascal**: _Let's Build a Compiler_](https://compilers.iecc.com/crenshaw/)
|
* [**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**: _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**: _lisp.py: Make your own Lisp interpreter_](http://khamidou.com/compilers/lisp.py/)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue