A simple compiler ecosystem.
vm the noice virtual machine.
puff a programming language that compiles to noice bytecode.
Your system should have:
- C compiler (clang, gcc, etc...)
- tup build system
git clone https://github.com/sfluorine/noice.git
cd noice/
tup init
tup