module Compile:Compile TINY files to C files. This mostly consists in declaring variables as C integers and copy/pasting the code in a main function.sig
..end
val compile : string -> string option -> unit
compile input output
compiles TINY file input
to C file output
or standard output if no output is provided.