static ParsedWithTokens pwt_raw(LS tok, int iStart, int iEnd) { ret new ParsedWithTokens(joinSubList(tok, iStart, iEnd), tok, iStart, iEnd); }