This repository contains utilities and tools to enhance stream handling in Dylan.
<basic-wrapper-stream>
A<wrapper-stream>
with implementations for several methods.<canonical-text-stream>
, a text stream that detabs, removes or replaces control characters, standardizes line endings, and tracks row and column.<replacing-stream>
, a stream wrapper that transparently substitutes other elements for parts of the underlying stream.
We welcome contributions to wrapper-streams
. Please fork the
repository and submit pull requests with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions, suggestions, or issues, please open an issue on the GitHub repository.
Dustin Voss