1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-29 04:55:58 +02:00

Made AssertCurrentNode a soft error

This commit is contained in:
Brian Fiete 2025-06-12 05:43:15 +02:00
parent 61a1f077ab
commit cc107ae341
2 changed files with 48 additions and 24 deletions

View file

@ -209,7 +209,7 @@ public:
BfTokenNode* BreakQuestionLBracket(BfTokenNode* tokenNode);
BfCommentNode* FindDocumentation(BfAstNode* defNodeHead, BfAstNode* defNodeEnd = NULL, bool checkDocAfter = false);
void AssertCurrentNode(BfAstNode* node);
bool AssertCurrentNode(BfAstNode* node);
bool IsNodeRelevant(BfAstNode* astNode);
bool IsCursorInside(BfAstNode* astNode);
bool IsNodeRelevant(BfAstNode* startNode, BfAstNode* endNode);