nikodemus / esrap

OLD REPOSITORY: Please go to:
https://github.com/scymtym/esrap
81 stars 25 forks source link

Add support for character ranges #14

Closed fb08af68 closed 11 years ago

fb08af68 commented 11 years ago

I wrote a esrap-peg package to provide full PEG support on top of Esrap parsing core. Currently Esrap-PEG uses generating semantic predicates on the fly for character ranges. This pull request adds character range support into esrap itself.

nikodemus commented 11 years ago

Merged.