-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Labels
ProposalProposing a feature, please discussProposing a feature, please discuss
Description
I think src/ec-evaluator is replacing src/interpreter/interpreter.ts, so the latter is dead code.
Background: The interpreter used to be the workhorse implementation in SA, prior to the transpiler. After the transpiler was introduced, it became the implementation behind the environment visualizer. Now the environment visualizer uses ec-evaluator, which means that the interpreter is unemployed.
I suggest we should remove src/interpreter/interpreter.ts from js-slang, and leave some breadcrumbs in the wiki. It is bound to decay over time and cause extra work.
See also #1695
Metadata
Metadata
Assignees
Labels
ProposalProposing a feature, please discussProposing a feature, please discuss