@icedquinn Stack-based languages are only useful if you are implementing them only because they are easiest to parse.
@icedquinn Stack-based languages don't need parse trees. You just need a stack and a lexer. I've written a stack-based interpreter over the summer.