ZeWaka
9629feed35
Converts A && A.B into A?.B ( #54342 )
...
Implements the ?. operator, replacing code like A && A.B with A?.B
BYOND Ref:
When reading A?.B, it's equivalent to A && A.B except that A is only evaluated once, even if it's a complex expression like a proc call.
2020-10-13 16:43:53 -03:00
..
2020-09-29 11:23:43 +01:00
2020-10-13 16:43:53 -03:00
2020-08-20 09:11:28 +12:00
2020-10-13 16:43:53 -03:00
2020-02-19 18:57:22 +01:00
2019-11-06 21:30:21 +01:00
2020-10-13 16:43:53 -03:00
2020-10-13 16:43:53 -03:00
2020-10-12 21:28:30 -07:00
2020-08-27 15:28:03 -07:00
2020-10-09 16:04:30 -07:00
2020-06-17 21:12:16 -04:00
2020-10-09 16:04:30 -07:00
2020-10-01 02:18:37 +01:00
2018-09-20 11:18:59 -04:00
2020-09-28 05:14:40 -07:00
2019-11-04 19:16:50 -08:00
2020-09-23 03:22:30 -03:00
2020-09-29 20:36:27 -07:00
2020-06-14 00:14:31 -04:00
2020-08-28 14:26:37 -07:00
2020-10-13 16:43:53 -03:00
2020-06-14 00:14:31 -04:00
2020-09-23 03:22:30 -03:00
2020-10-13 16:43:53 -03:00
2020-09-29 11:23:43 +01:00
2020-06-14 00:14:31 -04:00
2019-11-04 19:16:50 -08:00
2020-09-23 00:46:21 +01:00
2020-06-14 00:14:31 -04:00
2018-12-02 20:25:12 +13:00
2020-07-24 03:56:58 -03:00
2020-10-13 16:43:53 -03:00
2020-02-13 16:37:18 -05:00
2019-11-04 19:16:50 -08:00
2020-10-13 16:43:53 -03:00
2020-06-14 00:14:31 -04:00