void IScanner.SetSource(string aSource, int aOffset) { mTokenIdx = 0; mParser = new XSC.Parser(aSource, aOffset, true, false); }