summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/grammar_aycock/pkgIndex.tcl
blob: 1dc5d2ffd9a96f311bd5621bfb3c3f61e21079b9 (plain)
1
2
3
4
5
6
7
8
if {![package vsatisfies [package provide Tcl] 8.5]} {return}

package ifneeded grammar::aycock 1.0 \
    [list source [file join $dir aycock-build.tcl]]
package ifneeded grammar::aycock::debug 1.0 \
    [list source [file join $dir aycock-debug.tcl]]
package ifneeded grammar::aycock::runtime 1.0 \
    [list source [file join $dir aycock-runtime.tcl]]