RetroCoders Community

General Category => General Discussion => Topic started by: ed davis on Nov 01, 2022, 10:25 AM

Title: Tiny Basic interpreter repository
Post by: ed davis on Nov 01, 2022, 10:25 AM
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.