Skip to content

Version 3.4.6

Compare
Choose a tag to compare
@Maiori44 Maiori44 released this 24 Nov 19:04
· 26 commits to main since this release
  • Fixed ULL and LL not being properly read by the scanner.
  • Fixed using safe indexing after round brackets resulting in invalid code.
  • Fixed code like (a).b on its own being allowed (results in invalid code).
  • Fixed safe indexing inside loop conditions causing issues.
  • Improved how safe indexings are compiled.