source-academy / js-slang

Implementations of sublanguages of JavaScript, TypeScript, Scheme and Python
https://source-academy.github.io/source/
Apache License 2.0
70 stars 104 forks source link

Implement continuations in Source #1604

Closed NhatMinh0208 closed 7 months ago

NhatMinh0208 commented 7 months ago

Description

This PR implements continuations for Source variants that use the CSE machine.

Changes

NhatMinh0208 commented 7 months ago

all looks like intended changes, let me just update the snapshots real quick

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 8402911055

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/createContext.ts 3 4 75.0%
<!-- Total: 3 4 75.0% -->
Totals Coverage Status
Change from base Build 8402690563: 0.001%
Covered Lines: 10505
Relevant Lines: 12565

💛 - Coveralls