CodingEvents


Project maintained by HealthyGamer Hosted on GitHub Pages — Theme by mattgraham

What Is a Compiler

At its core, a compiler is a translator. We usually think of them as translating between a human-readable language and machine code. Still, this label applies to any translation, including transpilers like Typescript, which translates into Javascript.

How Compilers Work

Compilers move code through several passes to switch from one language to another. These passes have various uses, and a single pass may cover more than one use.

Types of Programming Languages

Picking a Language