fix nil expressions mapping to valid expression kinds, thus implying children nodes

This commit is contained in:
Ryan Fleury
2024-02-23 11:18:53 -08:00
parent c1984edadf
commit dd0416f9f9
3 changed files with 12 additions and 6 deletions
+2
View File
@@ -6,6 +6,8 @@
// op_string - string for quick display of the operator
EVAL_ExprKindTable:
{
{ Nil 0 "" }
{ ArrayIndex 2 "[]" }
{ MemberAccess 2 "." }
{ Deref 1 "*" }