Oxygen Basic

Information => Reference => Topic started by: JRS on May 02, 2018, 07:01:49 PM

Title: Script BASIC Compiler
Post by: JRS on May 02, 2018, 07:01:49 PM
Would it be feasible to use your translator to compile Script BASIC into O2 code?
Title: Re: Script BASIC Compiler
Post by: Brian Alvarez on May 02, 2018, 07:05:35 PM
Would it be feasible to use your translator to compile Script BASIC into O2 code?

 Hey John. :) Probably yes, but PluriBASIC specializes in the PowerBASIC flavor of BASIC.
perhaps we can discuss this in another thread.
Title: Re: Script BASIC Compiler
Post by: JRS on May 02, 2018, 07:20:49 PM
Brian,

I would like to retain Script BASIC's memory manager that Peter Vehas wrote (MyAlloc) and the variant style variable structure. I would also like to keep SB's variadic function(ality). The rest should be traditional BASIC with a sprinkle of Python and Perl.

I would also like to transition to the DLLC style API extension module interface rather than SB's proprietary shared object calling method.

Script BASIC Keyword List (http://www.scriptbasic.org/forum/index.php/topic,115.0.html)

Title: Re: Script BASIC Compiler
Post by: Brian Alvarez on May 02, 2018, 07:30:47 PM
I would need to get more familiar with Oxygen first... i dont know it that well yet. :)
Title: Re: Script BASIC Compiler
Post by: JRS on May 02, 2018, 07:35:15 PM
Agreed.

Putting the cart before the horse.