Skip to content

Releases: FAForever/lua-lang

v5.0-3

Choose a tag to compare

@Garanas Garanas released this 20 Jun 16:17

Full Changelog: v5.0-1...v5.0-3

Test release build 11

Test release build 11 Pre-release
Pre-release

Choose a tag to compare

@Askaholic Askaholic released this 06 Nov 23:02
d8237d0
v5.0-1.post10

Strip and add version to archive

v5.0-2

Choose a tag to compare

@Garanas Garanas released this 20 Jun 16:15

What's Changed

New Contributors

Full Changelog: v5.0-0...v5.0-2

v5.0-1 - String enhancements

Choose a tag to compare

@Askaholic Askaholic released this 21 Sep 02:33

Summary

String library functions can now be called on strings directly. i.e. str:sub(2)

Changes from history:

Language

  • metatable for strings pointing at `string' library

v5.0-0 - Initial release

Choose a tag to compare

@Askaholic Askaholic released this 11 Jul 03:43
7a48aaa

Changes from history:

Language

  • hexidecimal number literals
  • new keyword continue
  • new inequality operator: !=
  • new single line comment: # ...
  • new binary operators &, |, <<, and >>
  • operator ^ means xor instead of pow

Implementation

  • skip BOM and unix style # comments when reading files