 Geoff RomerandRichard Smith
|
6e65a30b5d
|
Rename ParamList to TuplePattern (#3479)
Co-authored-by: Richard Smith <richard@metafoo.co.uk>
|
2023-12-08 23:35:47 +00:00 |
|
Richard Smith
|
fe6f7b4330
|
Rename Name -> IdentifierName given that we have several other kinds of parse nodes that represent names. (#3453)
Factor out common checking handling for the different kinds of
unqualified names
|
2023-12-07 01:48:14 +00:00 |
|
 josh11bandJon Ross-Perkins
|
c53b248800
|
Abbreviate "parameter" -> "param" (#3392)
Part of switching to the [abbreviations we've decided to
use](https://docs.google.com/document/d/1RRYMm42osyqhI2LyjrjockYCutQ5dOf8Abu50kTrkX0/edit?resourcekey=0-kHyqOESbOHmzZphUbtLrTw#heading=h.pph7i5m5un7q).
I will rename files in a follow-up PR.
---------
Co-authored-by: Jon Ross-Perkins <jperkins@google.com>
|
2023-11-13 19:06:54 +00:00 |
|
josh11b
|
5020fdb3be
|
Use abbreviation "decl" instead of "declaration" (#3382)
Part of switching to the [abbreviations we've decided to
use](https://docs.google.com/document/d/1RRYMm42osyqhI2LyjrjockYCutQ5dOf8Abu50kTrkX0/edit?resourcekey=0-kHyqOESbOHmzZphUbtLrTw#heading=h.pph7i5m5un7q).
I will rename files in a follow-up PR.
|
2023-11-10 10:43:25 +00:00 |
|
Richard Smith
|
387a1711af
|
Rename Deduced parameters to Implicit parameters. (#3336)
In preparation for supporting `self`, which is implicit but not deduced.
|
2023-10-25 21:46:12 +00:00 |
|