Started work on binding functions. Not yet complete.
This commit is contained in:
parent
f4303247b9
commit
efa6a3246d
17 changed files with 321 additions and 41 deletions
|
|
@ -18,8 +18,12 @@
|
|||
|
||||
/**
|
||||
* A special form - one whose arguments are not pre-evaluated but passed as
|
||||
* provided.
|
||||
* provided. Shares payload with function, q.v.
|
||||
* \see NLAMBDATAG.
|
||||
*/
|
||||
|
||||
struct pso_pointer make_special(
|
||||
struct pso_pointer frame_pointer, struct pso_pointer meta,
|
||||
struct pso_pointer (*executable)(struct pso_pointer frame_pointer));
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue