diff options
author | Charlie Stanton <charlie@shtanton.xyz> | 2021-10-04 14:11:29 +0100 |
---|---|---|
committer | Charlie Stanton <charlie@shtanton.xyz> | 2021-10-04 14:11:29 +0100 |
commit | 14e929a7596baa7ee9da401975c521aa0e93c3b4 (patch) | |
tree | 90459c8dd3b5756d2da409e8dbfdd19420e7e882 /test.cudl | |
parent | d973b4b8eaaa5e7f1d10f9f02069c6d7bde25dcc (diff) | |
download | cudl-14e929a7596baa7ee9da401975c521aa0e93c3b4.tar |
Add string and map parsing. Currently no support for the schema variants of the syntax for these types
Diffstat (limited to 'test.cudl')
-rw-r--r-- | test.cudl | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,4 +2,11 @@ %true %false [%null %null %false] + ["hello\nfriend\t\tstuff\"" "world"] + "\U0001f600" + { + testing: "this is a test map" + i_hope_it_works: {nesting: "nested maps!!!"} + "here's an interesting key :D": %null + } ] |