• v0.4.0 cda63c733c

    Ghost released this 2022-05-06 19:34:29 +00:00 | 37 commits to trunk since this release

    • Changed assignment syntax from <assignable> = <value> to <value> =: <assignable>
    • Changed variable binding syntax from var <ident> [= <value>]; to dim <ident> [value];
    • = is used instead of == for equality
    • Replaced if with unless
    • Banning variable drops the ValueRef, double-banning removes the variable (the top-most in the stack)
    • Added AMOGUS constant
    • Changed Str -> Int coercion (yields sum of bytes instead of 42 on unsuccessful parse)
    • Added printing without newline using <expr> print-;
    • Improved T-Dark block with char case substitution support
    • Added operator [>] to get cart's keys
    • Added undefined
    Downloads