use *;
/// A comment handler will allow you to specify
/// behavior about what to do with comments
/// officially comments are supposed to operate
/// the same as whitespace so the default behavior
/// would be to throw away any comments found
/// The default comment handler,
/// this will discard comments
/// provided to it
;