Skip to content

dylan-lang/wrapper-streams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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