Skip to content

Commit

Permalink
Editorial: Simplify the 'Term' production
Browse files Browse the repository at this point in the history
... by merging three pairs of RHSs.

(Preserves the order of alternatives under [~U], but not under [+U],
but that's okay, because the [+U] sides aren't order-disambiguated.)
  • Loading branch information
jmdyck committed Jul 18, 2021
1 parent 893eae2 commit 3ea7318
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -33003,13 +33003,10 @@ <h2>Patterns</h2>
Alternative[?U, ?N] Term[?U, ?N]

Term[U, N] ::!
[+U] Assertion[+U, ?N]
[+U] Atom[+U, ?N] Quantifier
[+U] Atom[+U, ?N]
[~U] QuantifiableAssertion[~U, ?N] Quantifier
[~U] Assertion[~U, ?N]
[~U] Atom[~U, ?N] Quantifier
[~U] Atom[~U, ?N]
Assertion[?U, ?N]
Atom[?U, ?N] Quantifier
Atom[?U, ?N]

Assertion[U, N] ::
`^`
Expand Down

0 comments on commit 3ea7318

Please sign in to comment.