gdritter repos telml / f70ebef
Modified formal grammar to account for non-tag curly braces Getty Ritter 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Collapse all Expand all
5151
5252 ~~~~
5353 <document> ::= <fragment>*
54 <fragment> ::= <tag> | <text>
54 <fragment> ::= <tag> | <text> | "{" <document> "}"
5555
5656 <text> ::= /[^\]|\\[\{}|]*/
5757