r/o
1
all:
2
cargo build --lib
3
cargo run -- 1.chr out.ssa
4
qbe -o out.s out.ssa
5
cc target/debug/librun.a out.s
6
./a.out
7