module Bmdc:Bombs-Must-Detonate: Compilersig..end
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