Skip to content

sgmarz/ttrust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Teeny Tiny Compiler built in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages