(behavior, disjunction, from, to)
| 58026 | } |
| 58027 | |
| 58028 | function createGroup(behavior, disjunction, from, to) { |
| 58029 | return addRaw({ |
| 58030 | type: 'group', |
| 58031 | behavior: behavior, |
| 58032 | body: disjunction, |
| 58033 | range: [from, to] |
| 58034 | }); |
| 58035 | } |
| 58036 | |
| 58037 | function createQuantifier(min, max, from, to) { |
| 58038 | if (to == null) { |