UNPKG

@bscotch/gml-parser

Version:

A parser for GML (GameMaker Language) files for programmatic manipulation and analysis of GameMaker projects.

3 lines 109 B
import { Lexer } from 'chevrotain'; export declare const GmlLexer: Lexer; //# sourceMappingURL=lexer.d.ts.map