add TODO
add a bunch of tests
fix issue where 'order by' was being confused with the 'or' operator
due to bad lexing
fix missing ctor in parens scalar expr parser
rename parens scalar parser to sparens and betweenParens helper to
parrens
export the makeSelect from the syntax module