architecture - How do I create my own programming language and a compiler for it - Programmers Stack
@Thorbjørn: Let's be clear about the terminology. A "compiler" is any device that translates from one programming language to another. One of the nice things about having a C# compiler that turns C# into IL, and an IL compiler (the "jitter") that turns IL
programmers.stackexchange.com |