- create class types from the AST.
This is the first thing the compiler has to do to get access to the class's symbol table. Of course at this point the final size of a class is not known yet so these are currently all treated as tentative.
This commit is contained in:
parent
fff428c71d
commit
b71e8d09ed
5 changed files with 147 additions and 4 deletions
|
|
@ -8,6 +8,7 @@ public:
|
|||
int Compile();
|
||||
|
||||
private:
|
||||
void CreateClasses();
|
||||
void CompileConstants(const TArray<ZCC_ConstantDef *> &defs);
|
||||
PSymbolConst *CompileConstant(ZCC_ConstantDef *def);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue