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