Hello there, Let's say I'm writing a parser for a toy programming language, and I want to do it following a test-driven development philosophy. Which would be better testing tool for this task, HUnit or QuickCheck (or perhaps something else)? Cheers, adam.