Skip to content

Version 2.6.5

Compare
Choose a tag to compare
@Kapiainen Kapiainen released this 10 Dec 13:04
· 15 commits to master since this release
  • Skyrim
    • Updated some error messages.
    • Fixed validation of function return types and return statements.
    • Fixed missing quotation marks in the default values of string arguments in function completions.
    • Added validation of the size of the int literal used to initialize an array.
    • Added validation of the assignment operator used to assign to an array element.
    • Updated the validation of assigment statements.
    • Updated the definition of float literals in lexical analysis.