Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@AndreiPashkin AndreiPashkin released this 11 Feb 05:48
· 0 commits to master since this release

v0.0.3 - 2025-02-11

Added

  • Docs/tests fixes.
  • Added "functions" functionality that allows to apply functions over arguments.
  • Made it possible to pass integers as arguments.
  • Added "upper()", "lower()", "snake_case()" and "camel_case()" functions for case-manipulation.
  • Added "hash()" function that hashes an input value deterministically within the scope
    of a single macro invocation.

Changed

Removed