pipe through space information through eval compiler/interpreter

This commit is contained in:
Ryan Fleury
2024-08-15 11:21:52 -07:00
parent a0d91862a7
commit 59c01a73af
16 changed files with 294 additions and 148 deletions
+1
View File
@@ -12,6 +12,7 @@ struct E_Eval
{
E_Value value;
E_Mode mode;
E_Space space;
E_TypeKey type_key;
E_InterpretationCode code;
E_MsgList msgs;