renamed the #native method modifier to #primitive for consistency
improved the method modifier processing logic in the compiler
This commit is contained in:
@ -478,7 +478,7 @@ struct moo_compiler_t
|
||||
struct
|
||||
{
|
||||
moo_method_type_t type;
|
||||
int native;
|
||||
int primitive; /* true if method(#primitive) */
|
||||
|
||||
/* method source text */
|
||||
moo_oocs_t text;
|
||||
|
Reference in New Issue
Block a user