jcbsnclr / joint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joint

My hobby programming language

What is Joint?

Joint is a simple programming language who's syntax makes use of reverse polish notation and compiles to a simple set of IR instructions.

This is primarily a sandbox for me to learn more about programming language design and development, as well as a sandbox for me to test my own language design ideas.

Usage

You will need to have Rust installed in order to compile and run Joint.

Run an example:

$ cargo run -- -i examples/fibonacci.tbo

Special thanks

  • Jackojc for helping me get started, giving feedback as I develop, and for suggesting the name.

About

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%