lua-users home
lua-l archive

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


I have been learning about token-filters and have
succeeded in using Pimp-my-Lua to replace many
of the hacks in source code that I used in implementing
RiscLua with token-filters. That makes things a lot simpler
to maintain.

Can anybody tell me whether it is possible to achieve the
results of Peter Shook's "Unpack Tables by Name" patch
with a token-filter?
That is a syntactic device that I find helps to make code
a lot more readable and more concise.

-- 
Gavin Wraith (gavin@wra1th.plus.com)
Home page: http://www.wra1th.plus.com/