UNPKG

@gyro-lang/core

Version:

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

4 lines (3 loc) 142 B
import { Environment } from "./environment.js"; declare function evaluate(exp: any, env: Environment): any; export { evaluate, Environment };