This is easier said than done since the logical _expression_ is dynamically created at runtime in lua by the use of loadstring (done before any performance critical sections)
On Wed, Oct 19, 2011 at 5:27 PM, Florian Weimer
<fw@deneb.enyo.de> wrote:
* Oskar Forsslund:
> not exactly. that function represents the logical _expression_ I want to
> evaluate and I want to evaluate it purely in C
Can you link your program against the Lua library?