mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
patterns: Fix type operators not working correctly
This commit is contained in:
@@ -84,7 +84,7 @@ namespace hex::lang {
|
||||
else
|
||||
throwParseError("expected member name or 'parent' keyword", -1);
|
||||
} else
|
||||
return TO_NUMERIC_EXPRESSION(new ASTNodeRValue(path));
|
||||
return new ASTNodeRValue(path);
|
||||
}
|
||||
|
||||
// <Integer|((parseMathematicalExpression))>
|
||||
|
||||
Reference in New Issue
Block a user