lua-users home
lua-l archive

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


> that replicates it. I have a host program written in C that, using glua,
> allows Lua code to call some GNU regex functions (it is needed for NLP,
> gsub() is not enough).

One suggestion: use my regex binding! Well tested on Linux and other
platforms, and you don't have to maintain it. Though that's nothing to do
with your present problem...

Anyway, take a look at

http://www.mupsych.org/~rrt/Lua

iff you're interested.