|
Reduct
v1.0.4-3-gdaf0d70
A functional and immutable language.
|
Go to the source code of this file.
Functions | |
| REDUCT_API void | reduct_function_init (reduct_function_t *func) |
| Initialize a function structure. | |
| REDUCT_API void | reduct_function_deinit (reduct_function_t *func) |
| Deinitialize a function structure. | |
| REDUCT_API reduct_function_t * | reduct_function_new (reduct_t *reduct) |
| REDUCT_API void | reduct_function_grow (reduct_t *reduct, reduct_function_t *func) |
| REDUCT_API reduct_const_t | reduct_function_lookup_constant (reduct_t *reduct, reduct_function_t *func, reduct_const_slot_t *slot) |
| REDUCT_API reduct_function_t * reduct_function_new | ( | reduct_t * | reduct | ) |
| REDUCT_API void reduct_function_grow | ( | reduct_t * | reduct, |
| reduct_function_t * | func | ||
| ) |
Definition at line 54 of file function_impl.h.
| REDUCT_API reduct_const_t reduct_function_lookup_constant | ( | reduct_t * | reduct, |
| reduct_function_t * | func, | ||
| reduct_const_slot_t * | slot | ||
| ) |
Definition at line 74 of file function_impl.h.