Class for removing all CR-characters in a stream (necessary because the
lexer seems to dislike CRs in comments). This also adds an LF in the end,
because the lexer does not allow inputs that end with a //-comment line
either
Linear Supertypes
Reader, Closeable, AutoCloseable, Readable, AnyRef, Any
Class for removing all CR-characters in a stream (necessary because the lexer seems to dislike CRs in comments). This also adds an LF in the end, because the lexer does not allow inputs that end with a //-comment line either