Skip to content

Remove src/interpreter/interpreter-non-det.ts (currently not working anyway) #1695

@martin-henz

Description

@martin-henz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingEnhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions