Skip to content

added continue instr #3118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2025
Merged

added continue instr #3118

merged 1 commit into from
Mar 25, 2025

Conversation

alsonleej
Copy link
Contributor

resolves source-academy/js-slang#1753 by adding continue instr support in frontend

image

@coveralls
Copy link

Pull Request Test Coverage Report for Build 14054024166

Details

  • 0 of 1 (0.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.003%) to 31.126%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/features/cseMachine/CseMachineUtils.ts 0 1 0.0%
Totals Coverage Status
Change from base Build 14017536450: -0.003%
Covered Lines: 4887
Relevant Lines: 14808

💛 - Coveralls

Copy link
Contributor

@sayomaki sayomaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@martin-henz martin-henz merged commit 7c1892f into master Mar 25, 2025
8 checks passed
@martin-henz martin-henz deleted the continstr branch March 25, 2025 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSE machine: continue instruction not displayed properly
4 participants