Skip to content

Commit

Permalink
Merge pull request qt4cg#1498 from michaelhkay/1366-ebnf-for-separate…
Browse files Browse the repository at this point in the history
…d-sequences

1366 Use ++ and ** operators in EBNF
  • Loading branch information
ndw authored Oct 29, 2024
2 parents f9b98fc + 57da5a0 commit a519271
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 290 deletions.
2 changes: 2 additions & 0 deletions specifications/grammar-40/grammar.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ see /WWW/XML/Group/xpath-query-src/grammar.dtd
g:choice | g:optional | g:zeroOrMore | g:oneOrMore | g:complement | g:string)+>
<!ATTLIST g:zeroOrMore
name ID #IMPLIED
separator CDATA #IMPLIED
if IDREFS #IMPLIED
not-if IDREFS #IMPLIED
subtract-reg-expr CDATA #IMPLIED
Expand All @@ -370,6 +371,7 @@ see /WWW/XML/Group/xpath-query-src/grammar.dtd
g:choice | g:optional | g:zeroOrMore | g:oneOrMore | g:complement | g:string)+>
<!ATTLIST g:oneOrMore
name ID #IMPLIED
separator CDATA #IMPLIED
if IDREFS #IMPLIED
not-if IDREFS #IMPLIED
subtract-reg-expr CDATA #IMPLIED
Expand Down
Loading

0 comments on commit a519271

Please sign in to comment.