mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 00:50:25 +02:00
Anonymous subclassing in initializer blocks
This commit is contained in:
parent
01c2c35fc3
commit
a5e9a33f64
25 changed files with 1111 additions and 608 deletions
|
@ -65,7 +65,7 @@ enum MaybeBool
|
|||
class BfParseFileData
|
||||
{
|
||||
public:
|
||||
Array<int> mUniqueIDList;
|
||||
Dictionary<int, int> mUniqueIDList;
|
||||
int mRefCount;
|
||||
|
||||
public:
|
||||
|
@ -198,6 +198,7 @@ public:
|
|||
int mLineStart;
|
||||
int mLineNum;
|
||||
bool mInAsmBlock;
|
||||
int mCurBlockId;
|
||||
|
||||
BfParserFlag mParserFlags;
|
||||
int mCursorIdx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue