Geoff Romer and Richard 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
Geoff Romer
b8d4e2f41b
Binding pattern naming cleanup ( #3410 )
...
- Rename `PatternBinding` to `BindingPattern`.
- Use `BindingPattern` rather than `Pattern` in the names of
binding-pattern-specific parse states.
2023-12-01 21:36:51 +00:00
Jon Ross-Perkins
0db63ff17a
Abbreviate Integer and FloatingPoint ( #3435 )
...
I was suggesting this because `FloatingPoint` is pretty long. `int` and
`float` should be familiar abbreviations. `unsigned` should be familiar
to developers too, but `UnsignedInt` still feels usefully clearer for
the additional chars.
2023-11-29 23:29:48 +00:00
josh11b
a307e7a72a
Rename files to use "expr" and "deref" ( #3426 )
...
Follows #3425 and #3375 .
2023-11-28 17:11:35 +00:00