Awesome project, thank you!
I tried running https://github.com/tangentstorm/tangentlabs/blob/master/qbasic/NIBBLES.BAS and hit a few roadblocks. I don't have time now but might get back to it later. Issues I immediately see:
\r\n breaks a lot (newlines aren't ignored, tokens catch a trailing space)
LOOP WHILE StillWantsToPlay seems to be unsupported and throws Expected "(" found "<EOL>" at line 94
Would a PR for supporting nibbles be welcome?