numeric-qq

Quasi-quoters for numbers of different bases

https://github.com/nikita-volkov/numeric-qq

Latest on Hackage:0.1.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed and maintained by Nikita Volkov

Quasi-quoters for numeral systems of standard bases:

  • Binary (base-2)

  • Octal (base-8)

  • Hexadecimal (base-16)

All they do is produce integral numbers at compile-time with compile-time syntax checking.