UNPKG

yzhanjsinterpreter

Version:

A JavaScript Interpreter Using JS itself. JavaScript 解释器,包含词法分析、语法解析和执行

6 lines 123 B
module.exports = class { constructor(type = 'normal', value = void 0) { this.type = type this.value = value } }