Leonhard Kipp 400bc97e35
Add parser improvements (#2679)
* Add parser improvements

Previously everything starting with "$" was parsed as a column path.
With this commit applied, the lite_arg starting with $ is parsed as
the most appropriate thing
- $true/$false ==> Expression::Boolean
- $(...) ==> Invocation
- $it ==> ColumnPath
- Anything with at least one '.' ==> ColumnPath
- Anything else ==> Variable

* Ignore failing tests
2020-10-19 20:03:14 +13:00
..
2020-10-09 10:47:51 +13:00
2020-10-09 10:47:51 +13:00
2020-10-19 20:03:14 +13:00
2020-07-18 13:59:23 +12:00
2020-07-06 05:46:06 +12:00
2020-07-06 20:23:27 +12:00
2020-10-06 05:21:20 -05:00
2020-07-04 07:53:20 +12:00
2020-10-14 04:36:11 -05:00
2020-09-30 13:27:52 -05:00
2020-10-09 10:47:51 +13:00
2020-09-21 19:56:37 +12:00
2020-10-14 04:36:11 -05:00
2020-07-18 13:59:23 +12:00
2020-05-28 09:58:06 -04:00
2020-09-12 01:40:52 -05:00