I have updated my Tiny Basic interpreter repository - Tiny Basic (https://github.com/eddavis2/Tiny-Basic)
It now has interpreters for Tiny Basic in: C#, C++, C, GW-Basic, NaaLaa, Pascal, Python, QB64, VB.Net, and Yabasic.
These are pure interpreters - no byte-code, no AST, no pre-tokenizing.
Also new: Marcus, the author of NaaLaa, wrote a cool MineSweeper game for Tiny Basic. It is in the samples directory.