kschiess / parslet

A small PEG based parser library. See the Hacking page in the Wiki as well.
kschiess.github.com/parslet
MIT License
809 stars 95 forks source link

Extract examples into reusable gems #118

Closed postmodern closed 7 years ago

postmodern commented 9 years ago

I frequently find myself needing to parse IPv4/IPv6 addresses and keep copy/pasting your example. These should be extracted into separate gem(s) for common things, such as IP addreses, email addresses, etc.

kschiess commented 9 years ago

I agree with you. Leaves the question of who 'should' ;)

postmodern commented 9 years ago

I probably will, once I have time.