dotLang – Writing a Compiler using LLVM – Part 2
This is the second post in a series which explains how I am writing a compiler for dotLang in C using LLVM.
So the basic compiler is supposed to compile a simple function (called main) with simple expressions and possibly bindings.
Generally, a compi...
mahdix.com4 min read