Code::set_global reduction

This commit is contained in:
2024-12-02 00:43:57 -05:00
parent f9b5029e64
commit c38b077c37
4 changed files with 13 additions and 302 deletions

View File

@ -174,7 +174,7 @@ struct Code
bool is_equal( Code other ) { return GEN_NS is_equal(* this, other); } \
bool is_body() { return GEN_NS is_body(* this); } \
bool is_valid() { return GEN_NS is_valid(* this); } \
void set_global(); \
void set_global() { return GEN_NS set_global(* this); } \
String to_string(); \
Typename& operator = ( AST* other ); \
Typename& operator = ( Code other ); \