Rust: Add Callable.getBody()

This commit is contained in:
Tom Hvitved
2025-10-21 11:41:53 +02:00
parent 7d0509b6af
commit 944ebc5267
25 changed files with 135 additions and 105 deletions

View File

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