packrat_parser is a small PEG/packrat parser-combinator library. Grammar rules are plain methods that return parsers and can be written using the `for ... then` comprehension (flat_map/map/filter), giving a Scala-style for-comprehension feel.
Required Ruby Version
>= 3.0.0
Authors
Shugo Maeda