mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-01 11:48:10 +00:00
fix parse error visualization; fix invalid cases in eval expression parser
This commit is contained in:
+2
-2
@@ -84,8 +84,8 @@ E_ExprKindTable:
|
||||
{ Deref UnaryPrefix 2 "*" "*" "" "" }
|
||||
{ Address UnaryPrefix 2 "&" "&" "" "" }
|
||||
|
||||
{ Cast Null 0 "cast" "" "" "" }
|
||||
{ Sizeof UnaryPrefix 0 "sizeof" "sizeof" "" "" }
|
||||
{ Cast Null 1 "cast" "" "" "" }
|
||||
{ Sizeof UnaryPrefix 1 "sizeof" "sizeof" "" "" }
|
||||
|
||||
{ Neg UnaryPrefix 2 "-" "-" "" "" }
|
||||
{ LogNot UnaryPrefix 2 "!" "!" "" "" }
|
||||
|
||||
Reference in New Issue
Block a user