UNPKG

@wgslx/wgslx

Version:

Extended WebGPU shading language tools

10 lines (9 loc) 205 B
import { Cursor } from './sequence'; import { Token } from './token'; export interface MatchCanary { } export interface MatchResult { token?: Token; canaries?: MatchCanary[]; cursor: Cursor; }