UNPKG

shift-interpreter

Version:

Shift-interpreter is an experimental JavaScript meta-interpreter useful for reverse engineering and analysis. One notable difference from other projects is that shift-interpreter retains state over an entire script but can be fed expressions and statement

4 lines (3 loc) 185 B
export declare const binaryOperatorMap: Map<string, any>; export declare const unaryOperatorMap: Map<string, any>; export declare const compoundAssignmentOperatorMap: Map<string, any>;