speedstarkiwi / lua-to-bytecode

converts lua into pure bytecode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua-to-bytecode

Converts lua code into bytecode which can be passed onto other functions and decoded as well.

purpose?

nothing. just pure bytecode. converts into some cool encoding process! to decode use unloader.

for what?

You can make some special 'Bytecode' execution [which was my idea like 2 years ago].

About

converts lua into pure bytecode.


Languages

Language:C++ 100.0%