tibetan-utils-0.1.1.0: Parse and display tibetan numerals

Safe HaskellNone
LanguageHaskell2010

Text.Megaparsec.Lexer.Tibetan

Description

Parser to parse Tibetan numerals

Synopsis

Documentation

parseNumber :: (Integral a, MonadParsec e s m, Token s ~ Char) => m a Source #

Parse Tibetan numerals, returning a positive integer

readBo :: Integral a => String -> Maybe a Source #

Yields a command line parser in case you want a command-line executable for use with another language

λ > readBo "༣༢༠༥"
3205