Code::is_body reduction

This commit is contained in:
2024-12-02 00:18:54 -05:00
parent 007bfa0cb0
commit 5cd69e1742
4 changed files with 11 additions and 271 deletions

View File

@ -172,7 +172,7 @@ struct Code
char const* debug_str() { return GEN_NS debug_str(* this); } \
Code duplicate() { return GEN_NS duplicate(* this); } \
bool is_equal( Code other ); \
bool is_body(); \
bool is_body() { return GEN_NS is_body(* this); } \
bool is_valid(); \
void set_global(); \
String to_string(); \