module Pegmatite::DSL::Methods
Overview
These Methods are defined to be included in all Pattern instances, for ease of combining and composing new Patterns.
Direct including types
Defined in:
pegmatite/dsl.crInstance Method Summary
- #>>(other)
- #^(other)
- #|(other)
- #~
- #dynamic_pop(label)
- #dynamic_push(label)
- #maybe
- #named(label, tokenize = true)
- #repeat(min = 0, max = nil)
- #repeat_exactly(times)
- #then_eof