Closed bmcdorman closed 1 month ago
Program will not run anything else after repeat until block.
We probably want a more distinguished line between block options and the editor space.
Issue related to either the gmpc
or repeat until
. The program throw errors when using a variable as part of the condition and also does not appear to either receive an output from gmpc
or is skipping it for some reason.
As also seen in the image, many variables are automatically created for some reason.
Overview
This PR adds Scratch support to the KIPR Simulator. It does this by embedding a highly customized
scratch-blocks
instance into the simulator. This customized version is stored atkipr-scratch
. A custom VM is leveraged to run programs:itch
. A C program is compiled as a part of static simulator dependencies and "hijacked" by itch to execute KIPR functions natively inside scratch.List of Changes
ScratchEditor.tsx
andkipr-scratch
.scratch-rt.js
(see dependencies)