UNPKG

@syntaxs/compiler

Version:

Compiler used to compile Syntax Script projects.

12 lines 451 B
import { Functionary, Rule, RuleType } from './index.js'; import { NodeType } from '../types.js'; export declare namespace dictionary { const Rules: Rule[]; const RuleTypeRegexes: Record<RuleType, RegExp>; const PrimitiveTypes: string[]; const Keywords: string[]; const Functionaries: Functionary[]; const ExportableNodeTypes: NodeType[]; const StatementTypesWithBody: NodeType[]; } //# sourceMappingURL=dictionary.d.ts.map