Tcl Source Code

Tcl Source Code
Login

Peter's Tcl clone, storing silly experiments.

Some of these are old and have not been merged, so might not work. And some have not been tested after merging, so might mot work.

The current branches:

spjuth-complex

./timeline?r=spjuth-complex

Adds complex numbers as a core type. Info : ./finfo?name=complex.txt

spjuth-execpwd

./timeline?r=spjuth-execpwd

Adds a pwd arg to exec.

spjuth-listhole

./timeline?r=spjuth-listhole

Lists with NULLs in them.

spjuth-macro

./timeline?r=spjuth-macro

Byte compiled macros. Examples can be found in the unix dir.

spjuth-parse

./timeline?r=spjuth-parse

Expose the parser to the command line. Some info in ./finfo?name=parse.txt

spjuth-unify

./timeline?r=spjuth-unify

Unify the internal representations String and ByteArray.