mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
New nullable support
This commit is contained in:
parent
59233cc996
commit
88adb3a1cd
16 changed files with 963 additions and 143 deletions
|
@ -46,6 +46,7 @@ BfContext::BfContext(BfCompiler* compiler) :
|
|||
mLockModules = false;
|
||||
|
||||
mCurTypeState = NULL;
|
||||
mCurConstraintState = NULL;
|
||||
mResolvingVarField = false;
|
||||
|
||||
for (int i = 0; i < BfTypeCode_Length; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue