Go to file
2022-07-28 14:29:51 -04:00
License.md Created License.md 2022-07-27 14:34:30 -04:00
mbc4.bas Initial Code Commit 2022-07-28 14:29:51 -04:00
mbc4.cc Initial Code Commit 2022-07-28 14:29:51 -04:00
README.md Initial commit 2022-07-27 14:25:04 -04:00
runtime.bas Initial Code Commit 2022-07-28 14:29:51 -04:00
std_macros.bas Initial Code Commit 2022-07-28 14:29:51 -04:00
std_prototypes.bas Initial Code Commit 2022-07-28 14:29:51 -04:00

MBC

MBC is a Basic to C/C++ translator, originally based on the BCX Windows translator by Kevin Diggins. It has successfully compiled using Clang++ and G++ on macOS/Linux 64bit OS's, and G++ on RaspberryPi.