An open API service indexing awesome lists of open source software.

https://github.com/vmchale/tibetan-utils

Utils for tibetan numerals in Haskell
https://github.com/vmchale/tibetan-utils

Last synced: 3 months ago
JSON representation

Utils for tibetan numerals in Haskell

Awesome Lists containing this project

README

          

## Tibetan numeral parser and to show objects with tibetan numerals.

Haskell library (with test suite) to parse Tibetan numerals as integers and display integers as tibetan numerals.

See [Text.Megaparsec](https://hackage.haskell.org/package/megaparsec) documentation for how to use the parser.

There is an Idris version of this library in-progress
[here](https://github.com/vmchale/tibetan_utils).