backend_module/src/main.rs

9 lines
92 B
Rust

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