Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 462 Bytes

Noice

A simple compiler ecosystem.

Subprojects

vm the noice virtual machine.
puff a programming language that compiles to noice bytecode.

Building

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