Code::is_valid rection

This commit is contained in:
2024-12-02 00:41:41 -05:00
parent 2b24511f7d
commit f9b5029e64
4 changed files with 7 additions and 151 deletions

View File

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