Compiler

This is a compiler for a made up programming language written in Rust. This is made as an educational experiment to get familiar with the Rust language.

Building

cargo build

Running

cargo run <input-file>

Run the tests

./test.sh