Armael / conch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:OCaml 72.4%Language:Assembly 27.5%Language:Makefile 0.1%