Writing Micro Compiler in OCaml
TL;DR Writing micro compiler in OCaml
At one point or another every single software developer in the world comes to a realization in his career when the time is ripe and it’s time
to write your own super cool programming language.
However the subject of creating your own programming language with an compiler is quite a complex one and can’t be tackled without some pre-research.
That’s how I’ve started reading Crafting Compiler in C, an aged but
really comprehensive book about developing your own...
Read more at troydm.github.io