tomhrr / dale

Lisp-flavoured C
BSD 3-Clause "New" or "Revised" License
1.03k stars 48 forks source link

It is not possible to call a function pointer, returned by a form #133

Closed porky11 closed 7 years ago

porky11 commented 7 years ago

I tried this: ((@:@ struct fn-ptr) arg1 …) and (invoke (@:@ struct fn-ptr) arg1 …) Both versions don't work. Currently the only possible way seems to be setting it to a local variable before

porky11 commented 7 years ago

replaced by #137