Skip to content

Releases: xCynDev/gmod-moonscript

Garry's Mod MoonScript v0.6.1

23 Apr 07:55

Choose a tag to compare

  • Removed .lua files from MoonScript modules from the repository.
  • Removed LuaRocks related files from the root.
  • Automatically generate version.moon on build. moon/moonc -v now displays the correct information.

Garry's Mod Moonscript v0.6.0

22 Apr 04:43

Choose a tag to compare

Initial release! Complete with the following goodies:

  • Automated builds for both Windows & Linux (moon & moonc only for now).
  • :: as an alias of \ for function chaining and self-passing function calls:
obj::func()
obj\func() -- equal
obj:func()
obj:func()
  • Bitwise not (~) is now compiled as a bit.bnot() call. Further bitwise additions soon!
  • Fixed moon & moonc argument parsing issues on latest moonscript master.

Compiler Bootstrap Release

21 Apr 21:07

Choose a tag to compare

This release isn't meant to be used. It is solely meant to host artifacts for our binary build action to use when compiling the compiler for the first automated release.