Releases: xCynDev/gmod-moonscript
Releases · xCynDev/gmod-moonscript
Garry's Mod MoonScript v0.6.1
- 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
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() -- equalobj:func()
obj:func()- Bitwise not (
~) is now compiled as abit.bnot()call. Further bitwise additions soon! - Fixed moon & moonc argument parsing issues on latest moonscript master.
Compiler Bootstrap Release
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.