5_sequence at tip
Not logged in

File old-tcllib/pt/tests/data/ok/peg_container-incremental/5_sequence from the latest check-in


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
}