zhong-j-yu / rekex

PEG parser generator for Java 17 - grammar as algebraic datatypes
Apache License 2.0
59 stars 6 forks source link

Add ParseInfo #5

Closed zhong-j-yu closed 3 years ago

zhong-j-yu commented 3 years ago

Introduce special datatype ParseInfo, which can be inserted in any position in a ctor signature. It retains information about input regions that matched the rule, as well as the subrules.