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-09-07 12:12:55 +12:00
2020-10-01 14:01:05 +13:00
2020-10-09 10:47:51 +13:00
2020-07-14 20:44:49 -05:00
2020-08-18 08:18:23 +12:00
2020-10-19 20:03:14 +13:00
2020-05-07 06:03:43 -05:00
2020-07-06 05:34:00 +12:00
2020-07-06 05:34:00 +12:00
2020-07-06 05:34:00 +12:00
2020-06-19 05:34:51 +12:00
2020-07-18 13:59:23 +12:00
2020-05-07 06:03:43 -05:00
2020-08-18 22:16:35 -04:00
2020-06-07 15:50:52 +12:00
2020-05-07 06:03:43 -05:00
2020-07-06 05:46:06 +12:00
2020-09-07 17:54:52 +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-06-17 07:58:41 +12:00
2020-05-07 06:03:43 -05:00
2020-10-14 04:36:11 -05:00
2020-10-17 06:15:40 +13:00
2020-09-22 14:14:11 +12:00
2020-07-14 08:45:19 -05:00
2020-05-07 06:03:43 -05:00
2020-09-30 13:27:52 -05:00
2020-08-26 06:46:14 -05:00
2020-10-09 10:47:51 +13:00
2020-09-16 15:59:32 -04:00
2020-10-10 18:30:48 +13:00
2020-09-21 19:56:37 +12:00
2020-09-07 12:12:55 +12:00
2020-06-06 15:13:38 -04:00
2020-10-14 04:36:11 -05:00
2020-05-07 06:03:43 -05:00
2020-07-18 13:59:23 +12:00
2020-05-28 09:58:06 -04:00
2020-05-07 06:03:43 -05:00
2020-05-07 06:03:43 -05:00
2020-09-12 01:40:52 -05:00
2020-05-07 06:03:43 -05:00
2020-09-16 15:59:32 -04:00
2020-09-22 17:11:31 -04:00
2020-08-14 07:02:45 +12:00
2020-09-30 10:00:07 +13:00
2020-05-07 06:03:43 -05:00
2020-09-16 15:59:32 -04:00
2020-05-07 06:03:43 -05:00
2020-09-16 15:59:32 -04:00
2020-09-16 15:59:32 -04:00
2020-08-22 12:08:30 +12:00
2020-07-19 05:19:03 +12:00
2020-08-26 06:46:14 -05:00
2020-09-16 15:59:32 -04:00
2020-07-23 09:41:34 +12:00
2020-05-07 06:03:43 -05:00