mod ch2; use std::{ fs::File, io::Write }; use compiler::backend::*; fn main() {}