In the most of cases parser shows some suggestions on syntax errors in SQL. I think deprecated and compatibility-only elements should not appear in lists of suggestions to avoid their accidental misuse and to reduce number of suggestions.
A new methods readIfCompat(int|String) (and possibly isTokenCompat()) can be introduced and used for such features.