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 Jan 7, 2020
1 parent ec2f4be commit 10212f6
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 @@ -30923,13 +30923,10 @@ <h2>Patterns</h2>
Alternative[?U, ?N] Term[?U, ?N]

Term[U, N] ::!
[+U] Assertion[+U, ?N]
[+U] Atom[+U, ?N]
[+U] Atom[+U, ?N] Quantifier
[~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 10212f6

Please sign in to comment.