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
View File
@@ -46,6 +46,7 @@ union E_Value
U64 u256[4];
U128 u128;
U64 u64;
U32 u32;
S64 s64;
F64 f64;
F32 f32;