Merge branch 'main' into redsun82/rust-has-implementation

This commit is contained in:
Paolo Tranquilli
2025-06-12 15:25:59 +02:00
1277 changed files with 47896 additions and 14383 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -73,6 +73,7 @@ class Callable(AstNode):
"""
param_list: optional["ParamList"] | child
attrs: list["Attr"] | child
params: list["Param"] | synth
class Addressable(AstNode):