library icon indicating copy to clipboard operation
library copied to clipboard

Provide CLEO Redux compatible syntax

Open x87 opened this issue 4 years ago • 2 comments

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 avatar Nov 13 '21 22:11 x87

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

x87 avatar Jul 29 '22 00:07 x87

Object class is named ScriptObject in CLEO Redux

x87 avatar Apr 20 '23 13:04 x87