BASICally: a new module for writing code within Rack

I’m a sucker for writing parsers and interpreters. So I’m curious, do you parse into some kind of bytecode, or create an executable parse tree, or some other thing? There are so many fun ways to implement a programming language.