[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua bytecode parser
- From: Peter Cawley <lua@...>
- Date: Tue, 23 Mar 2010 00:07:33 +0000
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