Skip to content

v5.0-0 - Initial release

Compare
Choose a tag to compare
@Askaholic Askaholic released this 11 Jul 03:43
· 2 commits to lua-5.0 since this release
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