|
From: Don P. <dg...@us...> - 2003-05-22 19:12:04
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv32015
Modified Files:
Tag: dgp-refactor
ChangeLog
Log Message:
Work in progress refactoring Tcl internals, mostly the parsing and
evaluation pieces. Notably new Tcl_Token types and a new Tcl_ObjType
are added so that each character in a script need only be parsed once,
and parse trees can be cached rather than recomputed. Also, compile
time errors are removed; all errors during compile become a signal to
interpret the code.
|