tibetan-utils: Parse and display tibetan numerals

[ bsd3, library, web ] [ Propose Tags ]

This package provides a megaparsec parser for Tibetan numerals, as well as efficient means to display numbers using Tibetan numerals.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.1.1.5, 0.1.1.9, 0.1.1.10, 0.1.2.0, 0.1.2.1
Dependencies base (>=4.8 && <5), composition-prelude, megaparsec (>=7.0), text [details]
License BSD-3-Clause
Copyright Copyright: (c) 2016-2019 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Category Web
Source repo head: git clone https://github.com/vmchale/tibetan-utils
Uploaded by vmchale at 2022-11-04T16:25:51Z
Distributions NixOS:0.1.2.1
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 7816 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for tibetan-utils-0.1.2.1

[back to package description]

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 documentation for how to use the parser.

There is an Idris version of this library in-progress here.