Skip to content

1.15.1 - Bug fixes & UX improvements

Compare
Choose a tag to compare
@Col-E Col-E released this 12 Jun 16:03
· 3563 commits to master since this release

What's new

  • Assembler now displays the number of errors present and what line the first error occurs on

What's fixed

  • LDC did not support symbolic references (Type descriptors) in the assembler
  • LDC string content was not escaped in the assembler
  • LDC strings could not support special characters (\n and such) in strings
    • Assembler did not unescape when compiling
    • Instructions window did not unescape when saving changes
  • LDC strings with newlines were cut off in the instructions window