<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/test.cudl
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 /test.cudl
parentfbcba2f689348fb723f8d33f3d8e2010e4864e85 (diff)
downloadcudl-main.tar
Add parsing numbersHEADmain
Diffstat (limited to 'test.cudl')
-rw-r--r--test.cudl5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.cudl b/test.cudl
index a9de397..b95e6be 100644
--- a/test.cudl
+++ b/test.cudl
@@ -4,6 +4,11 @@
[%null %null %false]
["hello\nfriend\t\tstuff\"" "world"]
"\U0001f600"
+ 12
+ 12.4
+ 13.456
+ 123.345e4
+ 123456789e-8
{
testing: "this is a test map"
i_hope_it_works: {nesting: "nested maps!!!"}