lua-users home
lua-l archive

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


> I think it'll probably remain an external addon; it's just a one-line change
> in llex.c.

I meant, it's a one line-change to include a .c file that does whatever
filtering you need. The point being that you can maintain your variants
without messing with the Lua sources. Also, one simple way to use token filters
without rebuilding Lua is to rebuild luac to use them but leave the rest of
Lua untouched. Then precompile your Lua+ scripts with luac and they can be
run on the installe Lua VM.