lua-minify
lua-minify copied to clipboard
Lua minification / unminification CLI tool written in Lua
This adds support for bitwise operations and floor division.
This is to solve issue #10
Completely missing bitwise operators standard in Lua 5.3
Hi, When I tried to run minify on the ltn12.lua file I get the following error: lua: minify.lua:484: 43:23: `)` expected. stack traceback: [C]: in function 'error' minify.lua:484: in upvalue...
Coming from LÖVE, having require in your code throws an issue: ```lua require "test" ``` ``` luajit: minify.lua:205: file: Bad symbol `´` in source. stack traceback: [C]: in function 'olderr'...
addresses #7
Lua strings accept numerical escapes as a "\ddd" sequence, where ddd is 1-3 decimal digits (see Lua Manual, "Lexical Conventions"). This patch makes the parser tolerate escape sequences starting with...
Can you please implement `GlobalRenameIgnore`?