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
- Host: GitHub
- URL: https://github.com/vmchale/tibetan-utils
- Owner: vmchale
- License: bsd-3-clause
- Created: 2017-01-12T23:02:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T03:02:29.000Z (about 6 years ago)
- Last Synced: 2025-01-08T12:07:56.302Z (about 1 year ago)
- Language: Haskell
- Size: 24.4 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).