Module Bmdc (.ml)


module Bmdc: sig .. end
Bombs-Must-Detonate: Compiler
Author(s): Brian Go


Usage: "bmdc src-file output-file" Outputs the compilation result of src-file to output-file. The source-to-source compilation result is stored in temp.bmd. Note this is purely for debugging purposes; we do *not* re-parse this file. "bmdc src-file" Same as above, but prints to stdout instead of an output file.
val main : unit -> unit