Jonathan Turner
|
df90d9e4b6
|
Fix access to columns with quoted names (#1662)
|
2020-04-26 18:01:55 +12:00 |
|
Jonathan Turner
|
eec94e4016
|
Semicolon (#1613)
* WIP on blocks
* Getting further
* add some tests
|
2020-04-20 18:41:51 +12:00 |
|
Jonathan Turner
|
7974e09eeb
|
Math operators (#1601)
* Add some math operations
* WIP for adding compound expressions
* precedence parsing
* paren expressions
* better lhs handling
* add compound comparisons and shorthand lefthand parsing
* Add or comparison and shorthand paths
|
2020-04-18 13:50:58 +12:00 |
|
Jonathan Turner
|
c4daa2e40f
|
Add experimental new parser (#1554)
Move to an experimental new parser
|
2020-04-06 19:16:14 +12:00 |
|