=head1 ParTcl A from scratch implementation of Tcl on Parrot. To build the tcl interpreter, first build parrot. From the top level parrot directory: perl Configure.pl && make Then, build the PGE library: (also from the top level parrot directory) (cd compilers/pge && make) Then, type C in this directory. This will generate the file C which can then be used to run tcl programs. I ./parrot languages/tcl/tcl.pbc foo.tcl =head2 Examples To run an example, change to the C, and type C for instructions. Running examples from here automatically handles cd'ing to the proper directory to run. =head2 Test Suite To run the test suite, type "make test". Note - if I tests fail, try setting the environment variable C to C<-G> and retry. If the tests now pass, there's a GC bug that needs to be reported to the perl6-internals list. =head2 Documentation Various documentation (in various states of decay at the moment): docs/* TODO =cut