UNPKG

@neuledge/states-parser

Version:

A parser for the Neuledge States language

6 lines 202 B
import { AbstractToken } from './abstract'; export interface PunctuationToken extends AbstractToken<'Punctuation'> { value: string; adjacent: boolean; } //# sourceMappingURL=punctuation.d.ts.map