ScriptBasic

Open Forum => What's New => Topic started by: Support on March 10, 2014, 12:30:00 PM

Title: Script BASIC adapts C BASIC
Post by: Support on March 10, 2014, 12:30:00 PM
I have been working on a project called C BASIC which is a set of C preprocessor #defines to make C look more like BASIC. The concept has worked out really well and compliments the macro and defines Peter Verhas initiated with the extension module API. I have merged the C BASIC defines into the basext.h (Script BASIC extension module include file) and it's now a standard extension to the Script BASIC API. The Script BASIC GFX and BBC extension modules were created using the C BASIC extension. If you would like to have a peek, the source is located on the C BASIC Bitbucket (https://bitbucket.org/ScriptBasic/c-basic/src/b6f3228d03db/SBext/?at=master) repository / project site. Creating Script BASIC extensions to the language has never been easier.