sophiajt / onehour

A small programming language created in an hour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A small programming language created in an hour

License:MIT License


Languages

Language:Rust 100.0%