Add WHITESPACE predicates next to grammar tokens
Currently our grammar allows tokens NOT to be separated by WHITESPACE rule.
So that query select*fromt is applicable.
We need to add mandatory positive WHITESPACE predicate after almost each token (except cases where WHITESPACE may be omitted like in expression 1+1<2)
See MR on ORDER BY for example of adding such a predicate.
Edited by Emir Vildanov