• v0.5.0 70d6bf661f

    Ghost released this 2022-07-02 10:56:00 +00:00 | 15 commits to trunk since this release

    • Cycle detetion on printing self-refering cart - no longer overflows the stack
    • Changed dim syntax from dim <ident> [value] to <ident> dim [value]
    • Renamed hopback to and again (credits: Evrey#6086)
    • Performing enough or and again inside a functio will take an effect on loop around (if present)
    • Added finally blocks (code that will be executed at the end of the program)
    • Added host interface
      • A trait with functions which the interpreter uses for interacting with the host environment (currently print, read_byte and exit)
    • Updated dependencies
    • Introduced InvalidToken error instead of reporting UnexpectedToken(Error)
    Downloads