Skip to content

Commit 97cfb88

Browse files
committed
Update maml.abnf
1 parent 0b1fa80 commit 97cfb88

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

maml.abnf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
maml = document
2-
3-
document = space value space
1+
maml = space value space
42

53
value = object / array / string / number / "true" / "false" / "null"
64

@@ -37,7 +35,7 @@ integer = '0' / ( onenine *DIGIT )
3735
char = %x20-21 / %x23-5B / %x5D-10FFFF
3836
char =/ '\' ( '"' / '\' / '/' / 'b' / 'f' / 'n' / 'r' / 't' / %x75 4HEXDIG )
3937
40-
space = *( ws [ comment ] newline )
38+
space = *( ws [ comment ] )
4139
4240
comment = '#' *non-eol
4341

0 commit comments

Comments
 (0)