/ioc2

Primary LanguageRust

ioc2

A C compiler written in Rust for study.

Run

cargo run $input_file_path $output_file_path

example

cargo run source/main.c source/main.s

Test

cargo make run