mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Improved emit marker resolve/build selection, emitted Go To Definition
This commit is contained in:
parent
faca458283
commit
6ded6a37cc
14 changed files with 216 additions and 44 deletions
|
@ -70,6 +70,7 @@ public:
|
|||
BfAstNode* mPrevNode;
|
||||
BfAstNode* mCurMember;
|
||||
BfLocalMethodDeclaration* mCurLocalMethodDeclaration;
|
||||
Array<BfAstNode*> mDeferredNodes;
|
||||
|
||||
public:
|
||||
void HandleLeafNode(BfAstNode* node);
|
||||
|
@ -86,6 +87,8 @@ public:
|
|||
void Handle(BfTypeDeclaration* typeDeclaration);
|
||||
void MarkSkipped(int startPos, int endPos);
|
||||
void MarkSkipped(BfAstNode* node);
|
||||
void DeferNodes(BfBlock* block);
|
||||
void FlushDeferredNodes();
|
||||
|
||||
public:
|
||||
BfSourceClassifier(BfParser* bfParser, CharData* charData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue