Rust version of https://github.com/AZHenley/teenytinycompiler
Example usage:
cargo run ./examples/average.teeny
This will create a file called out.c, which then can be compiled:
gcc -o average out.c
./average
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Rust version of https://github.com/AZHenley/teenytinycompiler
Example usage:
cargo run ./examples/average.teeny
This will create a file called out.c, which then can be compiled:
gcc -o average out.c
./average