tsoding / bm

Simple compiler ecosystem
MIT License
166 stars 16 forks source link
assembly assembly-language basm birtual-machine bytecode msvc toolchain virtual-machine

bm

Simple compiler ecosystem. Includes the backend and frontend for a couple of languages.

Subprojects

Quick Start

To build and test the entire project bootstrap the root nobuild and run it like so:

$ cc -o nobuild nobuild.c
$ ./nobuild test

For more info do ./nobuild help