Files
carbon-lang/explorer/testdata
Richard Smith 0ef7fa3a1d Support p->member, rewriting it to (*p).member in the parser. (#2455)
* Support `p->member`, rewriting it to `(*p).member` in the parser.

This behavior is as described in
https://github.com/carbon-language/carbon-lang/tree/trunk/docs/design#pointer-types:

> `p->m` is syntactic sugar for `(*p).m`.
2022-12-08 13:42:36 -08:00
..
2022-12-06 20:17:00 -08:00
2022-12-06 20:17:00 -08:00
2022-12-06 20:17:00 -08:00
2022-12-06 20:17:00 -08:00
2022-12-06 20:17:00 -08:00
2022-12-06 20:17:00 -08:00
2022-12-06 20:17:00 -08:00
2022-12-06 20:17:00 -08:00
2022-12-06 20:17:00 -08:00
2022-12-06 20:17:00 -08:00
2022-10-06 12:25:23 -07:00