This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch.
This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch.
> *What I cannot create, I do not understand — Richard Feynman.*
@ -299,6 +299,7 @@ It's a great way to learn.
* [**C++**: _Writing Your Own Toy Compiler Using Flex_](https://gnuu.org/2009/09/18/writing-your-own-toy-compiler/)
* [**C++**: _How to Create a Compiler_](https://www.youtube.com/watch?v=eF9qWbuQLuw) [video]
* [**C++**: _Kaleidoscope: Implementing a Language with LLVM_](https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html)
* [**C++ & OCaml**: _How I wrote my own "proper" programming language in OCaml and C++_](https://mukulrathi.com/create-your-own-programming-language/intro-to-compiler/)