https://github.com/kutyel/morse
🀄️A morse translator in Haskell!
https://github.com/kutyel/morse
haskell-book haskell-cli haskell-exe morse morse-code morse-codes
Last synced: 7 months ago
JSON representation
🀄️A morse translator in Haskell!
- Host: GitHub
- URL: https://github.com/kutyel/morse
- Owner: kutyel
- License: bsd-3-clause
- Created: 2019-05-21T06:59:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T11:34:13.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T16:23:45.046Z (8 months ago)
- Topics: haskell-book, haskell-cli, haskell-exe, morse, morse-code, morse-codes
- Language: Haskell
- Size: 4.88 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# morse
🀄️ A morse translator in Haskell!
## Usage
Translate to morse...
```sh
$ echo 'hi' | stack exec morse to
.... ..
```...or from morse!
```sh
$ echo '.... ..' | stack exec morse from
hi
```