UNPKG

@gyro-lang/core

Version:

Fast, Performant and scalable programming language designed for string manipulation and deep recursion.

4 lines (3 loc) 159 B
import { Environment } from "../interpreter.js"; declare function parseAndEvaluate(value: string, env: Environment): Environment; export { parseAndEvaluate };