import { ParsletFunction } from '../parslets/Parslet';
export type Grammar = ParsletFunction[];
