A Stack-oriented language written in Rust
add(+),sub(-)mul(*)div(/)mod(%)pow(**)dot(.) prints out top of stackdumpprints out whole stackabsnegdupdrop- a b --> a
swapover- a b --> a b a
rotrotates top three stack elements- a b c --> b c a
clearclears the stackexit