sclass PartiallyParsed extends Var { LS tok; // full CNC token list being parsed int iStart; // points to first parsed token int iEnd; // points to first unparsed token }