DualBrain / gw-basic

Central Hub for GW-BASIC
https://gw-basic.com
MIT License
37 stars 9 forks source link

basgo - basic compiler #1

Open udhos opened 5 years ago

udhos commented 5 years ago

Hi!

I have just found your site http://gw-basic.com/.

GW-BASIC resources bring sweet old memories to mind.

Also, I am working on a compiler that can translate GWBASIC code to standalone executable binary. It currently can handle many programs. You can find full details here:

https://github.com/udhos/basgo

Cheers

udhos commented 4 years ago

Hi!

I have recently added a small utility named 'basc' that can compile gwbasic programs into executable code:

https://github.com/udhos/basgo/blob/master/README.md#run-the-script-basc

Hope you like it!