We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1fa80 commit 97cfb88Copy full SHA for 97cfb88
maml.abnf
@@ -1,6 +1,4 @@
1
-maml = document
2
-
3
-document = space value space
+maml = space value space
4
5
value = object / array / string / number / "true" / "false" / "null"
6
@@ -37,7 +35,7 @@ integer = '0' / ( onenine *DIGIT )
37
35
char = %x20-21 / %x23-5B / %x5D-10FFFF
38
36
char =/ '\' ( '"' / '\' / '/' / 'b' / 'f' / 'n' / 'r' / 't' / %x75 4HEXDIG )
39
40
-space = *( ws [ comment ] newline )
+space = *( ws [ comment ] )
41
42
comment = '#' *non-eol
43
0 commit comments