Skip to content

Releases: FAForever/lua-lang

Test release build 11

06 Nov 23:02
d8237d0
Compare
Choose a tag to compare
Test release build 11 Pre-release
Pre-release
v5.0-1.post10

Strip and add version to archive

v5.0-1 - String enhancements

21 Sep 02:33
Compare
Choose a tag to compare

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

11 Jul 03:43
7a48aaa
Compare
Choose a tag to compare

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