Quotes About Parser
Simplicity only makes sense in context. If I'm writing a parser with a team that understands parser generators, then using a parser generator is simple. If the team doesn't know anything about parsing and the language is simple, a recursive descent parser is simpler.
~ Kent Beck
BazillionQuotes.com
Writing a really general parser is a major but different undertaking, by far the hardest points being sensitivity to context and resolution of ambiguity.
~ Graham Nelson
BazillionQuotes.com
