summaryrefslogtreecommitdiffstats
path: root/include/zx
diff options
context:
space:
mode:
Diffstat (limited to 'include/zx')
-rw-r--r--include/zx/basic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zx/basic.h b/include/zx/basic.h
index 71c41fb..fd1c4bf 100644
--- a/include/zx/basic.h
+++ b/include/zx/basic.h
@@ -24,6 +24,8 @@ enum zx_basic_token_type {
ZX81_BASIC_TOKEN_QUOTE,
ZX81_BASIC_TOKEN_SYMBOL,
ZX81_BASIC_TOKEN_WORD,
+ ZX81_BASIC_TOKEN_INTEGRAL,
+ ZX81_BASIC_TOKEN_FLOAT,
};
ssize_t zx81_basic_dump(int fd, FILE *stream);