Closed JoelChanZhiYang closed 8 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/cse-machine/interpreter.ts | 5 | 7 | 71.43% | ||
<!-- | Total: | 7 | 9 | 77.78% | --> |
Totals | |
---|---|
Change from base Build 8157096221: | -0.003% |
Covered Lines: | 10374 |
Relevant Lines: | 12242 |
Previously, the runCSEMachine function runs until the Control is empty or until the step limit is reached.
It would be useful to extract each step in a generator function and export this functionality. This allows modules to run their own internal "steppable" CSE machine.
The functionality of the runCSEMachine function is unchanged.