symbolof operation in eval

This commit is contained in:
Ryan Fleury
2025-08-05 10:21:42 -07:00
parent 1856c52e58
commit 9cff2bc7dd
4 changed files with 55 additions and 4 deletions
+1
View File
@@ -93,6 +93,7 @@ E_ExprKindTable:
{ Cast Null 1 "cast(" ")" "" "" }
{ Sizeof UnaryPrefix 1 "sizeof " "" "" "" }
{ Typeof UnaryPrefix 1 "typeof " "" "" "" }
{ Symbolof UnaryPrefix 1 "symbolof " "" "" "" }
{ ByteSwap UnaryPrefix 1 "bswap " "" "" "" }
{ Pos UnaryPrefix 2 "+" "" "" "" }