UNPKG

pegisland

Version:

General PEG-based parser supporting island grammars with lake symbols

8 lines 257 B
export declare class Position { readonly offset: number; readonly line: number; readonly column: number; constructor(offset: number, line: number, column: number); equal(other: Position): boolean; } //# sourceMappingURL=Position.d.ts.map