SwikiCodeRobot @> #(test scripting)
or open the Swiki Testing Tool on "scripting" test set
"Evaluating first chunk of the test set"
(Smalltalk includesKey: #Smalltalk) ifFalse: [
self note: 'Require s8 execution environment.'.
^self abort
].
self require: #( ScriptParser ScriptCompiler )
in: (#(Bindings Scripting ScriptCompiler ScriptSteps) collect: [:each|
'u8:aleReimondo/s8/library/scripting/',each,'.st.js' ])
|