Skip to content

Releases: xCynDev/gmod-moonscript

Garry's Mod MoonScript v0.6.1

Choose a tag to compare

@github-actions github-actions released this 23 Apr 07:55
  • 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

Choose a tag to compare

@github-actions github-actions released this 22 Apr 04:43

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

Choose a tag to compare

@xCynDev xCynDev released this 21 Apr 21:07

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.