Skip to content

v1.2

Latest
Compare
Choose a tag to compare
@Fleex255 Fleex255 released this 22 Nov 23:14

Changes from v1.1:

  • Made copyslot much more powerful
    • Allowed multiple qualifiers on source and/or destination
    • Added length switches: /bytes for length in bytes, /length for length with a unit, or /lengthof for the length of a kind
    • Allowed using slot values to specify offsets or lengths
    • Fixed destination qualifiers being ignored when the source is unqualified
  • Added linebreak escape characters in strings: \r for CR, \n for LF, \N for CR+LF
  • Added a zeroslot instruction that zeros out the specified slot
  • Added a predefined zero slot containing zero
  • Fixed the /into switch of call not working on existing slots
  • Fixed newslot leaving an uninitialized slot on failure
  • Improved error messages from parsing and calls