summary refs log tree commit diff stats
path: root/lith.h
diff options
context:
space:
mode:
authorSudipto Mallick <smallick.dev+lith@gmail.com>2020-04-18 12:57:14 +0000
committerSudipto Mallick <smallick.dev+lith@gmail.com>2020-04-18 12:57:14 +0000
commit4d627e62cd74edae35f73aa460689086ef4d06ff (patch)
treed376ada342815e92089af9df4ca7d40b1a164ff6 /lith.h
parent0c4491519e640aaff3769786689014d37a70e417 (diff)
downloadlith-4d627e62cd74edae35f73aa460689086ef4d06ff.tar.gz
adding macros
Diffstat (limited to 'lith.h')
-rw-r--r--lith.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lith.h b/lith.h
index fa0960c..dd46619 100644
--- a/lith.h
+++ b/lith.h
@@ -30,6 +30,7 @@ enum lith_value_type {
     LITH_TYPE_SYMBOL,
     LITH_TYPE_BUILTIN,
     LITH_TYPE_CLOSURE,
+    LITH_TYPE_MACRO,
     
     LITH_NTYPES /* number of types */
 };