Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 311 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 311 Bytes

Teeny Tiny Compiler

Rust version of https://github.com/AZHenley/teenytinycompiler

Usage

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