This adds a new utility class in lib/Support: A class to read small
text files one line at a time. It's meant to be a very simple file
reading interface with support for keeping track of line numbers and
specifying a character to mark line comments.
The code has been factored out of the sample profiler pass.