The full tour through a simple compiler: from high-level language down to ELF. Scanning, Parsing, Code Generation. Zero theory required. Full compiler source code included.
Learn how to break down sentences of a programming language
and assemble pieces of machine code to execute at run time
by studying clean and comprehensible code! No prior know-ledge in the field of compiler construction or computer science in general is necessary.