You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed compilation of multiple files in Linux (by Enn3Developer)
Fixed the file output name when compiling a folder (by Enn3Developer)
Fixed Lua's reserved keywords not used in Clue being able to be used in Clue as variables, which would cause an invalid Lua output
Reversed the --nodebugcomments flag, and renamed it to --debugcomments, debug comments will no longer be added in the output by default and will instead only be added when the --debugcomments flag is enabled
--dontsave's short version is now -D and --debugcomments's is now -d