Snowman v1.0.0 (beta)
Pre-release
Pre-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).
- Added subroutines (
- 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.