diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-09-30 23:05:34 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-09-30 23:05:34 -0400 |
commit | 99a5f596a49123195c231e55564557d89506a030 (patch) | |
tree | 36cbcca226980591e2552abe717c49a029f688e3 | |
parent | 3f91bb6f0fb9805ff846327a0d6cf3aa9dd1501e (diff) |
...
-rw-r--r-- | eval.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +/* +TODO: this situation isn't ideal: 8x as much space as should be used +will be used for u8's (and this might have problems with pointer arithmetic, +calling c, etc.). maybe macros will make this easier. +*/ typedef enum { VAL_VOID, VAL_INT, |