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: Fix array expression unpack order #1518

Closed NhatMinh0208 closed 9 months ago

NhatMinh0208 commented 9 months ago

Description

This PR reverses the order in which values in an array expression are evaluated so that it is consistent with the Source language and JS specification.

Changes

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7729446437


Totals Coverage Status
Change from base Build 7707793742: 0.001%
Covered Lines: 10910
Relevant Lines: 12713

💛 - Coveralls