<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/cudl.h
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2022-01-09 15:10:21 +0000
committerCharlie Stanton <charlie@shtanton.xyz>2022-01-09 15:10:21 +0000
commite5d44899cffd80653da9e0336af36230c4e992a0 (patch)
tree07587e6b88b5d7d5c41f222a567a7b783fa35c80 /cudl.h
parentfbcba2f689348fb723f8d33f3d8e2010e4864e85 (diff)
downloadcudl-e5d44899cffd80653da9e0336af36230c4e992a0.tar
Add parsing numbersHEADmain
Diffstat (limited to 'cudl.h')
-rw-r--r--cudl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cudl.h b/cudl.h
index 36d2365..6f78909 100644
--- a/cudl.h
+++ b/cudl.h
@@ -33,6 +33,7 @@ struct cudl_map_field {
enum {
CUDL_TAG_NULL,
CUDL_TAG_BOOL,
+ CUDL_TAG_NUMBER,
CUDL_TAG_ARRAY,
CUDL_TAG_MAP,
CUDL_TAG_STRING,