allowed class and class extension nesting inside a class

This commit is contained in:
hyunghwan.chung
2018-10-08 06:51:31 +00:00
parent e7265f44bc
commit 9ad9299dea
11 changed files with 193 additions and 73 deletions

View File

@ -1327,6 +1327,14 @@ typedef struct moo_compiler_t moo_compiler_t;
#define MOO_ERRMSG_CAPA (2048)
enum moo_sbuf_id_t
{
MOO_SBUF_ID_TMP = 0,
MOO_SBUF_ID_SYNERR = 1
/* more? */
};
struct moo_t
{
moo_mmgr_t* mmgr;