Skip to content

Commit

Permalink
mark deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
wcho21 committed Jan 31, 2024
1 parent e68657b commit 5a054e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evaluator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import type {
} from "./evaluated";
import Environment from "./environment";

/** @deprecated */
export default class Evaluator {
evaluate(node: Program, env: Environment): Evaluated {
return this.evaluateProgram(node, env);
Expand Down

0 comments on commit 5a054e7

Please sign in to comment.