From 99a5f596a49123195c231e55564557d89506a030 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Mon, 30 Sep 2019 23:05:34 -0400 Subject: ... --- eval.c | 5 +++++ 1 file changed, 5 insertions(+) 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, -- cgit v1.2.3