Author Topic: Script BASIC Compiler  (Read 2907 times)

0 Members and 2 Guests are viewing this topic.

JRS

  • Guest
Script BASIC Compiler
« on: May 02, 2018, 07:01:49 PM »
Would it be feasible to use your translator to compile Script BASIC into O2 code?

Brian Alvarez

  • Guest
Re: Script BASIC Compiler
« Reply #1 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.

JRS

  • Guest
Re: Script BASIC Compiler
« Reply #2 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

« Last Edit: May 02, 2018, 07:56:55 PM by John »

Brian Alvarez

  • Guest
Re: Script BASIC Compiler
« Reply #3 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. :)

JRS

  • Guest
Re: Script BASIC Compiler
« Reply #4 on: May 02, 2018, 07:35:15 PM »
Agreed.

Putting the cart before the horse.