UNPKG

@tracespace/parser

Version:
4 lines (3 loc) 152 B
import * as Lexer from '../lexer'; import * as Tree from '../tree'; export declare function parseMacroBlocks(tokens: Lexer.Token[]): Tree.MacroBlock[];