Skip to content

Snowman v1.0.0 (beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@tckmn tckmn released this 25 Jul 13:08
· 51 commits to master since this release

First non-alpha release!

Changes in this major release:

  • Features added
    • Added subroutines ((( ... ))).
    • Added vt (time) operator.
    • Added va (get command line args) operator.
    • Added afl (flatten) operator.
    • Added ash (shuffle) operator.
    • Added block comments ([[ ... ]]).
    • Added minify feature (-m flag).
  • Existing features improved
    • Implemented ability to escape backslashes in strings.
    • Implemented ability to reverse an array (pass a negative number to an).
    • Implemented reverse ranges (with ar).
    • Vastly improved argument parsing.
  • Bugfixes
    • Fixed rotate-3 operators (and clarified in docs).
    • Bugfix in sb (from-base) with decimal numbers.
    • Bugfix when trying to tokenize code that starts with a comment (//).
  • Other
    • Many, many internal / code improvements, as usual.