Skip to main content

Module ast_expr_function

Module ast_expr_function 

Source
Expand description

Faithful port of Luau AstExprFunction : AstExpr (Ast/include/Luau/Ast.h).

Hand-ported (false-blocked via the bare-name AstAttr::Type resolution). AstLocal* self -> self_ (Rust keyword). std::optional<Location> -> Option<Location>. The two constructors and the has_native_attribute/has_attribute/get_attribute/visit methods are separate items.

Structsยง

AstExprFunction