Update of ”Parsing in detail”
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 43fa8c63215b00906ab420c571a9ec2d2060a1ed
Page Name:Parsing in detail
Date: 2016-06-23 20:45:55
Original User: dgp
Next cc858b835f18453ce89ae38058cd3466985c4c7c
Content

The first phase of any Tcl script evaluation is applying Tcl's parsing rules for breaking the script into its component parts. Note that the interp is not an input into the parsing operation. No interp state has any controlling effect on the way a Tcl script is parsed. The same string is always parsed into the same tokens.

Inputs:

Outputs:

Steps:

  1. Comments -