Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 327 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 327 Bytes

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