create new class VerbatimStatement
Currently, lines in the verbatim block are stored as NativeStatement objects. This was ok before we decided to replace dates in the preprocessor (e.g. 9q1 with dates('9q1)). These dates should be replaced in native statements but not in verbatim statements, hence the new class.