All Projects → benhoyt → mugo

benhoyt / mugo

Licence: MIT license
Mugo, a toy compiler for a subset of Go that can compile itself

Programming Languages

HTML
75241 projects
go
31211 projects - #10 most used programming language
Makefile
30231 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].