tt-num 0.1.0

tt-macros for various numerical operations
Documentation

tt-num

Build Status Latest Version Rust Documentation

This library is an entry in the tt_call series of modular interoperable tt-muncher building blocks.

Macros are contained here that perform a variety of operations on "numbers". These may be semi-human-readable literals, or encodings for macros to use (like unary and nested-parens). Operations will include conversions and math.

Included macros:

  • tt_atoi: convert decimal-encoded numbers (e.g. [4 2]) to a unary encoding that macros can use