<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2021-10-03 18:57:27 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2021-10-03 18:57:27 +0100
commit69852d9ae210080e999eb5bbb81481f527580a97 (patch)
treee1ecb61cfa9b81846d15a11dcaf95fef5e64f465 /spec.txt
parentcc219d714960ed68d2a822cd98bb428c32b71e1f (diff)
downloadcudl-69852d9ae210080e999eb5bbb81481f527580a97.tar
Complete parser with arrays, bools and nulls. Create empty testing file
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 1efee05..6070415 100644
--- a/spec.txt
+++ b/spec.txt
@@ -28,7 +28,7 @@ A map can be preceeded by nothing and succeeded by a ], which is not consumed.
A sequence of values, no delimeter.
-An array is preceeded by a [ and succeeded by a ]
+An array is preceeded by a [ (optionally followed by whitespace) and succeeded by a ]
## String