typeid as keyword (ready to implement polymorphic name parameters)

This commit is contained in:
gingerBill
2018-09-02 15:56:36 +01:00
parent eb274cf316
commit 220485a2d2
16 changed files with 275 additions and 88 deletions

View File

@@ -47,6 +47,7 @@ enum EntityFlag {
EntityFlag_PolyConst = 1<<13,
EntityFlag_NotExported = 1<<14,
EntityFlag_CVarArg = 1<<20,
EntityFlag_AutoCast = 1<<21,
};
@@ -113,9 +114,6 @@ struct Entity {
String link_prefix;
bool is_foreign;
bool is_export;
// bool default_is_nil;
// bool default_is_location;
bool is_immutable;
} Variable;
struct {