Third stream processor, this class adds a buffer with a maximum size of 1024 chars. The buffer cannot encapsulate multiple lines because that could do strange things while rewinding/indenting
The Preprocessor class Given a character stream, this class will walk through that stream. NOTE: Comments are not longer skipped at this level, but now in the last level instead. (because of problems with comments within the buffer) NOTE: Null characters are skipped, read nulls should be escaped. \0