Quick & Easy Parser Combinators
2 points by abnercoimbre
2 points by abnercoimbre
This stuck out in particular:
If this seems simple, that's because it is. Parser combinators are simple to implement, simple to understand, and yet more powerful than tools such as regex. It's a wonder that more languages don't implement them as core functionality.