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

CSE Machine: Rename to CS1101S terms #1514

Closed NhatMinh0208 closed 9 months ago

NhatMinh0208 commented 10 months ago

Description

This PR renames some elements in the CSE Machine to be consistent with actual terms used in CS1101S.

Changes

coveralls commented 10 months ago

Pull Request Test Coverage Report for Build 7737349446


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/index.ts 2 3 66.67%
src/runner/sourceRunner.ts 5 7 71.43%
src/cse-machine/interpreter.ts 100 107 93.46%
<!-- Total: 120 130 92.31% -->
Totals Coverage Status
Change from base Build 7734754483: 0.0%
Covered Lines: 10910
Relevant Lines: 12713

💛 - Coveralls
NhatMinh0208 commented 9 months ago

@RichDom2185 I've resolved the conflicts and renamed the tests - feel free to have a look at it again!

NhatMinh0208 commented 9 months ago

I will do a final pass on this later today, thanks!