From e5d44899cffd80653da9e0336af36230c4e992a0 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Sun, 9 Jan 2022 15:10:21 +0000 Subject: Add parsing numbers --- test.cudl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test.cudl') 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!!!"} -- cgit v1.2.3