clarity20 / tql

Terse Query Language
1 stars 0 forks source link

Construct the SQL for fully inflated and transformed basic expressions #18

Open clarity20 opened 5 years ago

clarity20 commented 5 years ago

Basic expressions are those which do not require unraveling; we can construct the SQL in a single steady march across the tokens in order without getting fancy. So, do exactly that.

clarity20 commented 5 years ago

We need to think about how to tell when an expression is basic. It seems like the token type markup is enough to tell, although we might also need to be careful about distinguishing the expression's RHS from its LHS.