Name Modified Size InfoDownloads / Week
Parent folder
tclAssembly.c 2010-07-13 2.3 kB
Totals: 1 Item   2.3 kB 0
tclBytecodeAssembler 0.0
-------------------------

Note: This version only applies the Makefile patch to the "unix" directory of
your Tcl source tree, but it compiles and works fine for Snow Leopard so far.

Instructions:
-------------
1-Copy the contents of "generic" directory to your Tcl source tree's 
  "generic" dir.
2-Copy the contents of "tests" directory to your Tcl source tree's 
  "tests" dir.
3-Copy the file named "tclBcAssembler.patch" to your Tcl source tree's 
  root dir.
4-Apply the patch by typing "patch -p0 < tclBcAssembler.patch" in your Tcl 
  source tree's root directory.
5-You're done, compile using the configure and Makefile in your "unix" dir. 

Usage:
------
Your Tcl interpreter will have a new command: tcl::unsupported::assemble
The syntax is:
	tcl::unsupported::assemble bytecodeList
Source: README, updated 2010-07-13