[fonc] Fw: Calling blocks from C

2011-02-14 Thread Sachin Desai
Hmm... Mail was sent prematurely. What I was meant to ask was is this possible? If so, what other information would I need to pass to test_exec() and what's the calling signature for the callback. Thanks. -- Sachin. - Forwarded Message From: Sachin Desai To: fonc@vpri.org Sent: Mo

[fonc] Calling blocks from C

2011-02-14 Thread Sachin Desai
I have idst (from trunk) compiled on a Mac and am playing around with some code. I have a simple program where I'm invoking some code as part of a sql query. The query execution is in C which results in a callback function ("callback") being invoked. If the callback code is in C then everyth

[fonc] Parsing Expression Grammars, part 1

2011-02-14 Thread Dale Schumacher
Parsing Expression Grammars, part 1 (http://bit.ly/gR9Xdu) describes an actor-based PEG implementation that illustrates the use of multiple "continuations" to manage flow control. It also shows several examples of lazy-initialized executable specifications. ___