Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 464 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 464 Bytes

Conch

Compiler for a C-like language to Uxn.

This is very much a work in progress.

Building

Building requires ocaml, dune and the containers ocaml library. The recommended way to install those is by using opam.

Then:

make
_build/default/src/conch.exe input.cm output.rom

Input language

See the examples/ directory for some examples.