UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

7 lines 217 B
"use strict"; /** * Visitor interface for the AST. * Allows us to traverse the AST and perform operations on it. */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=visitor.js.map