experimenting with event driven mechanism

This commit is contained in:
hyunghwan.chung
2017-02-18 13:31:47 +00:00
parent be677dd53a
commit 607e6c8502
7 changed files with 144 additions and 42 deletions

View File

@ -475,6 +475,7 @@ struct moo_compiler_t
struct
{
moo_method_type_t type;
int native;
/* method source text */
moo_oocs_t text;