extern crate inc;
use Config;
use env;
use ;
// Config controls the external interaction of the program by providing it with
// input and giving the compiler a file to write results to.
//
// Cli expects the program in stdin, writes generated assembly to file name
// specified as first argument or defaults to stdout.
//