https://github.com/costava/flipcase
https://github.com/costava/flipcase
ascii zig
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/costava/flipcase
- Owner: Costava
- License: 0bsd
- Created: 2021-07-14T03:31:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T00:15:51.000Z (over 4 years ago)
- Last Synced: 2025-02-02T02:11:18.124Z (over 1 year ago)
- Topics: ascii, zig
- Language: Zig
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# flipcase
The program reads an ASCII or UTF-8 stream of bytes from stdin
and outputs the bytes to stdout while flipping the case of a-z and A-Z letters.
Tested with zig 0.9.0 and javac 1.8.0
Build with `make all`
Run tests with `make test`
## License
BSD Zero Clause License. See file `LICENSE.txt`.
## Contributing
Not currently accepting contributions. Feel free to open an issue.