Artifact
b2e4f801ce265a32e51d5e1af2814e6d01b30dfd:
- File
old-tcllib/pt/tests/data/ok/peg_container-bulk/5_sequence
— part of check-in
[d6d636e4c9]
at
2012-11-07 07:13:35
on branch trunk
— Start with the existing relevant code of Tcllib
(user:
aku
size: 202)
- File
old-tcllib/pt/tests/data/ok/peg_container-incremental/5_sequence
— part of check-in
[d6d636e4c9]
at
2012-11-07 07:13:35
on branch trunk
— Start with the existing relevant code of Tcllib
(user:
aku
size: 202)
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
}