An output stream that discards all output This is used in the language server to parse programs without generating any compiled code, by setting the Listener's code_buffer to an instance of NullOStream.
More...
An output stream that discards all output This is used in the language server to parse programs without generating any compiled code, by setting the Listener's code_buffer to an instance of NullOStream.
In the future, it's likely that AST traversal will be separated from code generation, which will eliminate the need for this class.