added a new method modifier #lenient that applies to a primitive method. when set, it turns soft failure to error return
This commit is contained in:
@@ -512,6 +512,7 @@ struct moo_compiler_t
|
||||
{
|
||||
moo_method_type_t type;
|
||||
int primitive; /* true if method(#primitive) */
|
||||
int lenient;
|
||||
|
||||
/* method source text */
|
||||
moo_oocs_t text;
|
||||
|
||||
Reference in New Issue
Block a user