Backend (ScratchIR)
ScratchIR is an assembly-like language that converts commands into Scratch blocks.
For example, this code:
on start
load:number x
set var:x 1
end
Produces the following blocks:
The code for its parser/handler can be found here.
Last modified: 02 мая 2024