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