lua-users home
lua-l archive

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


> It does mean that the parser and code generator are very tightly  
> coupled, though, but it also makes for fast, small memory footprint  
> compilation.

And that is the main reason for using that approach with Lua.


> [DISCLAIMER]
> I haven't studied Lua's compiler code, so YMMV, but I'm going for the
> general principle here.

Your description is perfect.

-- Roberto