A toy language implemented in rust. It's stack based and pretty darn ugly, I hate it and so should you. The file extension is whatever you want it to be, I've been using .slug for my test files.
Example:
5
8
add
-- Outputs 13
There are no comments in Slug, everything in the language is either an i64 or an operation. The language is interperted token by token, this applies to the jump and goto syntax.