Version 3.4.6
- Fixed
ULL
andLL
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.