prometheus-lua / Prometheus

Lua Obfuscator written in pure Lua
https://levno-710.gitbook.io/prometheus/
GNU Affero General Public License v3.0
220 stars 65 forks source link

Make Lua 5.1 accept hex string literals, unicode string literals and \\z string literals as well as binary number literals #116

Closed ccuser44 closed 1 year ago

ccuser44 commented 1 year ago

LuaJIT (the Lua 5.1 JIT compiler) supports the afformentioned literal extensions and they are on newer versions of Lua.

This will extend the compatibility between vanilla Lua code and code written in JIT.