clarity20 / tql

Terse Query Language
1 stars 0 forks source link

Use more precise token type indicators with numeric tokens #4

Closed clarity20 closed 6 years ago

clarity20 commented 6 years ago

In the parser we (over-)use the STRING_CONSTANT token type for numeric and quasi-numeric tokens. We need more precise type indicators to distinguish things like dates, floats, ints, intervals, integer lists, etc.

clarity20 commented 6 years ago

Resolved by commit # 32b26e0.