Novus
Compiled Programming Language
A compiled programming language built from scratch using Go. Novus compiles down to native machine code, supports its own package manager (nox), and has a growing standard library. Features modules, imports, functions with return types, and inline assembly. Goal: self-host by rewriting the compiler in Novus itself. Intended for my A-Level project.
View source on GitHub (opens in a new tab)- Novus source Modules / imports / typed functions
- Compiler Built from scratch in Go
- Native code Low-level control / inline assembly
Package manager nox