first step to collapsing separate view parameterization path, and just having views be parameterized by evaluation strings

This commit is contained in:
Ryan Fleury
2024-08-23 16:17:19 -07:00
parent e395ef42a1
commit 729a4aa1f9
14 changed files with 280 additions and 151 deletions
+1 -4
View File
@@ -59,10 +59,7 @@ struct E_Expr
E_Mode mode;
E_Space space;
E_TypeKey type_key;
U32 u32;
F32 f32;
U64 u64;
F64 f64;
E_Value value;
String8 string;
String8 bytecode;
};