summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-09-30 23:05:34 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-09-30 23:05:34 -0400
commit99a5f596a49123195c231e55564557d89506a030 (patch)
tree36cbcca226980591e2552abe717c49a029f688e3
parent3f91bb6f0fb9805ff846327a0d6cf3aa9dd1501e (diff)
...
-rw-r--r--eval.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 2a8edf1..66f9b67 100644
--- a/eval.c
+++ b/eval.c
@@ -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,