jemc / crystal-pegmatite

A high-performance Parsing Expression Grammar (PEG) library for the Crystal language. :gem: :capital_abcd:
Mozilla Public License 2.0
28 stars 5 forks source link

Add 'max' to repeat; also add 'repeat_exactly' #12

Closed watzon closed 1 year ago

watzon commented 1 year ago

Pretty simple. This just adds an optional max value to the repeat DSL item which does exactly what it says. Also adds a repeat_exactly item to the DSL which wraps repeat and sets the min and max to the same value.