Artifact 24ae9f5e2b6358092be3e74910e726299dec9dff:
- File generic/tclCompExpr.c — part of check-in [67ae611ad6] at 2007-07-11 14:43:46 on branch trunk — * generic/tclCompExpr.c: Added a "parseOnly" flag argument to ParseExpr() to indicate whether the caller is Tcl_ParseExpr(), with an end goal of filling a Tcl_Parse with Tcl_Tokens representing the parsed expression, or TclCompileExpr() with the goal of compiling and executing the expression. In the latter case, more aggressive conversion of QUOTED and BRACED lexeme to literals is done. In the former case, all such conversion is avoided, since Tcl_Token production would revert it anyway. This enables simplifications to the GenerateTokensForLiteral() routine as well. (user: dgp size: 69132)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.