Commit Graph
4 Commits
Author SHA1 Message Date
Jon Ross-Perkins 7e06b703bf Clean up some redundant name qualifiers. (#3681) 2024-02-02 04:25:50 +00:00
josh11bandJon Ross-Perkins 03bf22e55e Parse tree for impl that is better for check stage (#3678)
Use two different nodes for "<type> followed by `as`" and "<type>
omitted before `as`, use `self`", so it is easier to determine which
case. Later the second case will push the type id for `self` onto the
node stack, making the two paths more similar.

---------

Co-authored-by: Jon Ross-Perkins <jperkins@google.com>
2024-02-01 22:23:21 +00:00
josh11b 1addf10054 Move add invalid node. Follow up to #3473. (#3491)
I think this matches expectations about how the parse code should be
structured better.
2023-12-11 17:22:17 +00:00
josh11bandJon Ross-Perkins 5f439b842b Parsing impl...as (#3473)
Co-authored-by: Jon Ross-Perkins <jperkins@google.com>
2023-12-09 04:04:00 +00:00