Artifact [b2e4f801ce]
Not logged in

Artifact b2e4f801ce265a32e51d5e1af2814e6d01b30dfd:


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

    component myg
    delegate method * to myg
}