My TinyBasic (BAS-INT) C++ port
- TinyBasic C# port
https://github.com/weimingtom/tinybasic_csharp - TinyBasic350, 350 行で作る Tiny Basic インタプリタ
https://qiita.com/iigura/items/6980aa5612817653626a
- BAS-INT (original compiled with Turbo C 2.0 under DOS, gcc mod named TinyBASIC), by C, script engine
https://www.drdobbs.com/cpp/building-your-own-c-interpreter/184408184
https://github.com/dremwilly/CANBas
(only exe, source not complete) 编程高手箴言_第四章
(support mingw, TinyBASIC.c) https://github.com/amihart/MIPSelBinaries
(only support DOSBOX Turbo C 2.0, TC2) https://github.com/noczero/PASCAL-DAP/blob/master/Tubes/References/HPSource/Source16/C/BAS-INT/BAS-INT.C - mod version (better than turbo c version, but need some mod for modern c compiler)
https://github.com/amihart/MIPSelBinaries/blob/main/src/TinyBASIC.c
https://github.com/weimingtom/tinybasic_csharp/blob/master/vendor/TinyBASIC.c.txt
https://gist.github.com/pmachapman/661f0fff9814231fde48