Skip to content

jcbsnclr/joint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages