summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-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,