private void ClearTables()
 {
     OutputTokens.Clear();
     OutputIdentifiers.Clear();
     OutputConstants.Clear();
     OutputErrors.Clear();
 }