prometheus-lua / Prometheus

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

Cant use goto statement #76

Closed TheCynn closed 1 year ago

TheCynn commented 1 year ago

is there way to use goto statement on prometheus?

levno-710 commented 1 year ago

Currently not, because Lua 5.2+ is not yet supported. Only features from Lua 5.1 can be used in the moment.