lua-users home
lua-l archive

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


Terisquas Brothers wrote:

Any thoughts and advices about the issue, or
alternative ways to reach what I pursue would be
apreciated :)

Kind regards,
Kak


Your best bet might be constructing some kind of finite state machine and a lua-based interpreter/ide. IMO that's better software engineering than trying to hack around with the byte code, and lua's so fast to develop in that you may find it doesn't take too much longer.