From: Andreas K. <and...@us...> - 2001-10-17 18:07:42
|
Update of /cvsroot/tclpro/tclparser In directory usw-pr-cvs1:/tmp/cvs-serv6703 Modified Files: ChangeLog tclParser.c Log Message: * tclParser.c: Changed name of package from "tclParser" to "parser". TclXML provides a package called "tclparser" (pure-tcl parser for xml). Note the different capitalization. There are also thoughts underway to make [load] and/or [package require] case-insensitive. Hence the decision to avoid the possible clash by renaming this package. Note that the bytecode compiler package is already called "compiler", so there is a precedent for using such a generic name. This package exposes "the" parser of the core tcl interpreter. |