/stackc.rs

implementation of stackc in rust

GNU General Public License v3.0GPL-3.0

stackc.rs

implementation of stackc in rust.

stackc is a programming language similar to forth, which transpiles to C, i started writing it in C but i want to use it as a way to learn a new language.