search for: scriptlanguage

Displaying 3 results from an estimated 3 matches for "scriptlanguage".

2011 Apr 06
2
[LLVMdev] Target independency using "opaque"? How to do it else?
Hello all, I'm writing a backend for our scriptlanguage compiler and I'm currently writing an IR module for the runtime library that contains some support routines called by generated code. The IR module contains calls to "malloc", which depend on the size of "size_t". Since I don't know the target when writing the IR mo...
2006 Feb 06
3
SV: callback script?
...e: > On Thursday 02 February 2006 11:40, Arne Morten Johansen wrote: > > How do I setup a Callback script? > > > > This script does what I want to do. But how do I set it up? > > > > http://www.junghanns.net/en/callback.html > > > > I see it uses PHP for scriptlanguage. So where do I place it (the .agi)? > > /var/lib/asterisk/agi-bin > and should be 755 > benchev > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options vi...
2011 Apr 06
0
[LLVMdev] Target independency using "opaque"? How to do it else?
Hi Johannes, > I'm writing a backend for our scriptlanguage compiler and I'm currently > writing an IR module for the runtime library that contains some support > routines called by generated code. > > The IR module contains calls to "malloc", which depend on the size of > "size_t". Since I don't know the target wh...