- implemented static constant arrays in class scope.

This commit is contained in:
Christoph Oelckers 2017-03-14 23:52:55 +01:00
commit d283beb063
3 changed files with 104 additions and 5 deletions

View file

@ -102,6 +102,7 @@ private:
void CompileAllConstants();
void AddConstant(ZCC_ConstantWork &constant);
bool CompileConstant(ZCC_ConstantWork *def);
void CompileArrays(ZCC_StructWork *work);
void CompileAllFields();
bool CompileFields(PStruct *type, TArray<ZCC_VarDeclarator *> &Fields, PClass *Outer, PSymbolTable *TreeNodes, bool forstruct, bool hasnativechildren = false);