public void Advance() { _token = _toyLangAntlrLexer.NextToken(); Logger.Default.Log( $"Advanced token type is {_token.Type} start {_token.StartIndex} stop {_token.StopIndex + 1}"); _currentPosition++; }