strip out collection type - instead we will implement collections via arrays of exprs which map to meta evals

This commit is contained in:
Ryan Fleury
2025-01-27 11:02:49 -08:00
parent c0f23c3807
commit b085acbc32
4 changed files with 7 additions and 20 deletions
-1
View File
@@ -71,7 +71,6 @@ E_TypeKindTable:
{IncompleteEnum "enum" 0 }
{Bitfield "bitfield" 0 }
{Variadic "variadic" 0 }
{Collection "collection" 0 }
}
@table(name op_kind precedence string op_pre op_sep op_pos)