UNPKG

@gyro-lang/core

Version:

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

6 lines (5 loc) 94 B
declare function parse(input: any): { type: string; body: any[]; }; export { parse };