mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
patterns: Fix enum constant resolution
This commit is contained in:
@@ -64,7 +64,8 @@ namespace hex::lang {
|
||||
|
||||
ASTNode* parseFunctionCall();
|
||||
ASTNode* parseStringLiteral();
|
||||
std::string parseScopeResolution();
|
||||
std::string parseNamespaceResolution();
|
||||
ASTNode* parseScopeResolution();
|
||||
ASTNode* parseRValue(ASTNodeRValue::Path &path);
|
||||
ASTNode* parseFactor();
|
||||
ASTNode* parseUnaryExpression();
|
||||
|
||||
Reference in New Issue
Block a user