Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 401 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 401 Bytes

Mugo

Mugo is a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself. It outputs (very naive) x86-64 assembly, and supports just enough of the language to implement a Mugo compiler: int and string types, slices, functions, locals, globals, and basic expressions and statements.

Read the full article.