begin plugging in view rules as formal call part of expression language

This commit is contained in:
Ryan Fleury
2025-04-07 08:01:33 -07:00
parent d060cb58b7
commit 0705ba0a96
13 changed files with 158 additions and 232 deletions
+1 -3
View File
@@ -71,7 +71,7 @@ E_TypeKindTable:
{IncompleteEnum "enum" 0 }
{Bitfield "bitfield" 0 }
{Variadic "variadic" 0 }
{Set "set" 0 }
{Stub "stub" 0 }
}
@table(name op_kind precedence op_pre op_sep op_pos)
@@ -134,8 +134,6 @@ E_ExprKindTable:
{ Func Null 0 "" "" "" }
{ Define Binary 13 "" "=" "" }
{ Tag Null 0 "=>" "," "" }
}
@table(name display_string)