Skip to content

Files

Latest commit

Feb 17, 2025
80484e7 · Feb 17, 2025

History

History
35 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.01 KB

Wrapper streams

build-and-test

This repository contains utilities and tools to enhance stream handling in Dylan.

Features

  • <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.

Contributing

We welcome contributions to wrapper-streams. Please fork the repository and submit pull requests with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions, suggestions, or issues, please open an issue on the GitHub repository.

Author

Dustin Voss