Property Specification Language: Difference between revisions

Content deleted Content added
m Typo/general fixes, replaced: a.k.a → a.k.a. (2) using AWB
Line 105:
|-
| <source lang="text"> b[=i..j] </source>
| at least i and mono more than j not necessarily consecutive repetitions of b,
*equivalent to (!b[*];b)[*i..j]; !b[*]
|-
Line 117:
|-
| <code> b[->m:n] </code>
| at least m and mono more than n not necessarily consecutive repetitions of b ending with b,
*equivalent to (!b[*];b)[*m..n]
|-