http://qs321.pair.com?node_id=598497


in reply to Re: Conditional continued matching with regexes
in thread Conditional continued matching with regexes

What use is a parser, when a lexer will do?

"When all you have is a hammer, every problem looks like a nail." And a parser is an excellent hammer.

What I mean is: there's nothing remotely recursive in the definition of the syntax of CSV. Which is when you need to use a parser.