Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 229 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 229 Bytes

Rust Stack Language

simple stack based language written in rust

Goals:

  • interpreted
  • statically types
  • turing complete

Inspiration:

this project was inspired by porth