TCL - interpreter

2004-09-22 Thread William Coleda
Just committed a change to Tcl so that all args attempt to retain their original PMC values where possible (until now, all arguments were PerlStrings, all return values were simple strings), and commands can now return something other than a string as a result. This is a pre-requisite for using

tcl interpreter

2003-09-27 Thread Will Coleda
Ages ago I posted a link to a tcl compiler, written in perl, that generated PASM, and did about 4 commands. Here's a new link to a tcl interpreter, written in PIR, that is slightly more featureful (but not much, I'm currently at 6 commands =-). However, it's a lot easier to a