search for: nspoint

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

Did you mean: nppoint
2011 Jan 24
0
[LLVMdev] LLVM targeting HLLs
On Jan 24, 2011, at 2:01 PM, David Given wrote: > I am interested in using LLVM to translate C and C++ into high-level > language code. (As an update to an earlier project of mine, Clue, which > used the Sparse compiler library to do this: it targets Lua, Javascript, > Perl 5, C, Java and Common Lisp, with a disturbing amount of success. > See http://cluecc.sourceforge.net for
2005 Dec 16
1
AppleScript commands don't execute until mouse over console window (PR#8405)
...posting a dummy event to wake up the event queue after the command has been stuffed into the input buffer. --- RController.m (revision 2076) +++ RController.m (working copy) @@ -1104,7 +1104,18 @@ The input replaces what the user is currently typing. */ - (void) sendInput: (NSString*) text { + NSPoint null = {0,0}; [self consoleInput:text interactive:YES]; + [NSApp postEvent:[NSEvent otherEventWithType: NSApplicationDefined + location: null + modifierFlags: 0 + times...
2011 Jan 24
6
[LLVMdev] LLVM targeting HLLs
I am interested in using LLVM to translate C and C++ into high-level language code. (As an update to an earlier project of mine, Clue, which used the Sparse compiler library to do this: it targets Lua, Javascript, Perl 5, C, Java and Common Lisp, with a disturbing amount of success. See http://cluecc.sourceforge.net for details.) The obvious place to start on this is the C backend, except in