This could build off of SQM-1.
Consider a query like
select a.b + a.c as s from Anything a order by s
The old parser does not understand stuff like this. Make sure the new one does. SelectExpressionAliasReference?