Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santiagolizardo/tonato
Converts strings to the NATO alphabet (Haskell)
https://github.com/santiagolizardo/tonato
alphabet functional-programming haskell nato
Last synced: 8 days ago
JSON representation
Converts strings to the NATO alphabet (Haskell)
- Host: GitHub
- URL: https://github.com/santiagolizardo/tonato
- Owner: santiagolizardo
- Created: 2017-11-27T19:39:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T14:44:38.000Z (about 3 years ago)
- Last Synced: 2024-11-11T12:47:03.495Z (2 months ago)
- Topics: alphabet, functional-programming, haskell, nato
- Language: Haskell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tonato (To NATO)
================Simple Haskell command line program that converts characters to their NATO representation.
Usage
-----```bash
cabal run -v0 tonato "Hello World"HOTEL-echo-lima-lima-oscar WHISKEY-oscar-romeo-lima-delta
```Building
--------Requirements:
- Haskell compiler 8+
- Cabal 3+
- Haskell dependencies (managed by Cabal): split, QuickCheckTo compile:
```bash
make
```To run the test suite:
```bash
make test+++ OK, passed 1 tests.
+++ OK, passed 1 tests.
```