lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Mar 23, 2010 at 12:02 AM, Alexander Gladysh <agladysh@gmail.com> wrote:
> On Tue, Mar 23, 2010 at 02:51, Peter Cawley <lua@corsix.org> wrote:
>> I've attached the pure Lua bytecode parser from a personal project.
>
> <...>
>
> Thanks!
>
> I see that it patches table.*... :-(

You can probably move enum() from util.lua to opcodes.lua, move
table.reverse() to zio.lua as table_reverse, and discard the rest of
util.lua