sannybuilder / library

Scripting documentation for Sanny Builder & CLEO Redux
https://library.sannybuilder.com/
25 stars 6 forks source link

Provide CLEO Redux compatible syntax #50

Open x87 opened 2 years ago

x87 commented 2 years ago

In addition to SB classes and opcodes form, there should be another representation matching CLEO Redux (JavaScript) implementation.

Static methods and constructors start with a capital letter. Instance methods start with a lowercase letter.

Self argument is used implicitly via this. multiple outputs returned in an object

x87 commented 2 years ago

commands with label argument should have a note on not working in CLEO Redux

x87 commented 1 year ago

Object class is named ScriptObject in CLEO Redux