nitc :: PrettyPrinterVisitor :: consume_comments
# Consume comments and end of lines if any fun consume_comments do while current_token isa TEol or current_token isa TComment do visit current_token end