Skip to content

Version 2.4

Compare
Choose a tag to compare
@Maiori44 Maiori44 released this 30 Jul 10:55
· 801 commits to main since this release
  • Fixed code parsing sometime not working properly
  • Added floor division (/_)
  • Added struct, constructor and extern keyword, they will be used in future versions and thus should not be used for variables
  • Continue tokens can now be parsed in 3 different modes: default, luajit and moonscript
  • Fixed luajit continue mode putting ::continue:: even in loops that did not use continue
  • Added raw strings (`Hello World!`)
  • Slightly optimized string scanning and parsing