UNPKG

@mojir/lits

Version:

Lits is a pure functional programming language implemented in TypeScript

4 lines (3 loc) 195 B
import type { ArrayNode } from '../../builtin/specialExpressions/array'; import type { ParserContext } from '../ParserContext'; export declare function parseArray(ctx: ParserContext): ArrayNode;