Releases: FAForever/lua-lang
Releases · FAForever/lua-lang
Release list
v5.0-3
Test release build 11
v5.0-1.post10 Strip and add version to archive
v5.0-2
What's Changed
- String enhancements by @Askaholic in #3
New Contributors
- @Askaholic made their first contribution in #3
Full Changelog: v5.0-0...v5.0-2
v5.0-1 - String enhancements
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
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