Math interpreter

this project interprets math problems without the use of JavaScript. Well, technically it does use JavaScript, but it doesn't use the JavaScript function block. I am planning to use this in a project that runs text code. I am contemplating on making a BASIC interpreter. It can't be that hard, right? Espesically since BASIC is really basic.

I'm all for the BASIC interpreter! If someone can make a Lisp interpreter in Scratch, then BASIC shouldn't be so hard.

If you're interested, you can check out my Basic compiler (compiling into Logo) in Logo:

It uses a feature we don't have in Snap!—yet (the ability to define new procedures from within your procedures).