Remove src/interpreter/interpreter-non-det.ts
(currently not working anyway)
#1695
Labels
src/interpreter/interpreter-non-det.ts
(currently not working anyway)
#1695
Remove all of
src/interpreter
once source-academy/sicp#990 is resolved.Currently, Source §3 Non-Det is not working. Older version works. E.g. the first example in SICP JS 4.3
https://sourceacademy.nus.edu.sg/sicpjs/4.3.1
works without error (but with spacing issues). (currently deployment of SA@NUS of today)
The newest version in SA.org gives a runtime error:
https://share.sourceacademy.org/s9irv
gives:
main.13f449e4.js:2 RangeError: Maximum call stack size exceeded
This is regardless whether the amb operator is used.
display(1);
gives the same error. Source §3 Non-Det does not work at all, currently.
The text was updated successfully, but these errors were encountered: