(parts, inverted, ignoreCase)
| 331 | } |
| 332 | |
| 333 | function peg$classExpectation(parts, inverted, ignoreCase) { |
| 334 | return { type: "class", parts: parts, inverted: inverted, ignoreCase: ignoreCase }; |
| 335 | } |
| 336 | |
| 337 | function peg$anyExpectation() { |
| 338 | return { type: "any" }; |