mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2026-01-12 00:16:58 +00:00
Compare commits
4 Commits
298d17eba7
...
c2dfbe0bf9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2dfbe0bf9 | ||
|
|
a8bc6fbcf1 | ||
|
|
c56186ac2d | ||
|
|
f751a3d9f0 |
@@ -1,4 +1,4 @@
|
||||
[](https://codecrafters.io/github-banner)
|
||||
[](https://codecrafters.io/github-banner)
|
||||
|
||||
## Build your own <insert-technology-here>
|
||||
|
||||
@@ -300,6 +300,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#**: _Understanding RISC-V Assembly Language by Building an Assembler in C#](https://hackernoon.com/understanding-risc-v-assembly-language-by-building-an-assembler-in-c)
|
||||
* [**F#**: _Understanding Parser Combinators_](https://fsharpforfunandprofit.com/posts/understanding-parser-combinators/)
|
||||
* [**Elixir**: _Demystifying compilers by writing your own_](https://www.youtube.com/watch?v=zMJYoYwOCd4) [video]
|
||||
* [**Go**: _The Super Tiny Compiler_](https://github.com/hazbo/the-super-tiny-compiler)
|
||||
|
||||
Reference in New Issue
Block a user