source-academy / js-slang

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

Stepper: Does not evaluate arguments when it should #1622

Closed martin-henz closed 6 months ago

martin-henz commented 6 months ago

Example:

Screenshot 2024-03-30 at 6 28 35 PM

2 * 3 should get evaluated before the stepper gets stuck.