Releases: FAForever/lua-lang
Releases · FAForever/lua-lang
Test release build 11
v5.0-1.post10 Strip and add version to archive
v5.0-1 - String enhancements
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