/onehour

A small programming language created in an hour

Primary LanguageRustMIT LicenseMIT

Building a programming language in an hour

This is the project I made while doing the Building a programming language in an hour video.

You can run it, once you have Rust installed, by doing:

cargo run -- <name of source file>

And run tests with

cargo test