peg.ebnf: fix syntax

locals-and-roots
Doug Coleman 2016-06-22 16:44:44 -07:00
parent 30e2461ec6
commit f8d3183bbf
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ $nl
"String = . ?[ ast-string? ]? => [[ value>> ]]"
"RegExp = . ?[ ast-regexp? ]? => [[ value>> ]]"
"SpacesNoNl = (!(nl) Space)* => [[ ignore ]]"
"Sc = SpacesNoNl (nl | &(\"}\") | End)| \";\""
"Sc = SpacesNoNl (nl | &(\"}\") | End)| \";\" }} ;"
}
}
"Here the rule 'nl' is defined using the default tokenizer of sequential "