UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

4 lines (3 loc) 180 B
import { Context, Value } from '../types'; export declare function parse(x: string, context: Context): Value; export declare function tokenize(x: string, context: Context): Value;