import type { ParsletFunction } from '../parslets/Parslet.js'

export type Grammar = ParsletFunction[]
