Testing a compiler that can’t even print stuff out
A developer adds a testing infrastructure to their minimalistic x86 Lisp compiler, Lithium, which targets raw machine code without runtime dependencies.
A developer adds a testing infrastructure to their minimalistic x86 Lisp compiler, Lithium, which targets raw machine code without runtime dependencies.
A developer details porting KnightOS's C-based toolchain (assembler, debugger, emulator) to WebAssembly to simplify development in a browser.
Exploring a 16-bit kernel project written in a Clojure-like language, including an x86 assembler and graphical demo.
Lithium is an x86 assembler written in Clojure, created as a fun side project to generate bare metal code.