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-complexAdds complex numbers as a core type. Info : ./finfo?name=complex.txt
spjuth-execpwd
./timeline?r=spjuth-execpwdAdds a pwd arg to exec.
spjuth-listhole
./timeline?r=spjuth-listholeLists with NULLs in them.
spjuth-macro
./timeline?r=spjuth-macroByte compiled macros. Examples can be found in the unix dir.
spjuth-parse
./timeline?r=spjuth-parseExpose the parser to the command line. Some info in ./finfo?name=parse.txt
spjuth-unify
./timeline?r=spjuth-unifyUnify the internal representations String and ByteArray.