snit::type a_pe_grammar {
    constructor {} {
        install myg using pt::peg::container ${selfns}::G
        $myg start {? {t a}}
    }

    component myg
    delegate method * to myg
}
