PBScript runtime interpreter
Posted: Tue Mar 03, 2026 3:09 am
v 0.8
supports "+, - * / % & | ! << >> ~ and negation
print, sqrt, pow, abs
FFI functions to runtime procedures, somewhat limited
If else elseif endif
for next with step
while wend
Repeat forever with break and continue
floating point loops
Structures ;currently uses New to declare structures p = New mPoint
Procedures ;not handling structures yet
This is purely AI generated 8 edits, I just told it what I wanted and it works
I'm not sure what I think.
download with test code here
https://Atomicwebserver.com/PBScript.zip
supports "+, - * / % & | ! << >> ~ and negation
print, sqrt, pow, abs
FFI functions to runtime procedures, somewhat limited
If else elseif endif
for next with step
while wend
Repeat forever with break and continue
floating point loops
Structures ;currently uses New to declare structures p = New mPoint
Procedures ;not handling structures yet
This is purely AI generated 8 edits, I just told it what I wanted and it works
I'm not sure what I think.
download with test code here
https://Atomicwebserver.com/PBScript.zip
