|
Serene Runtime 1.0.0
C runtime for the Serene programming language
|
Go to the source code of this file.
Functions | |
| srn_value_t | srn_make_pair (srn_context_t *ctx, srn_value_t left, srn_value_t right) |
| srn_value_t | srn_make_list (srn_context_t *ctx) |
| Create a new list and empty list. | |
| srn_value_t | srn_conj_list (srn_context_t *ctx, srn_list_t *head, srn_value_t v) |
Add the given value v to the front of the list and returns the new list. | |
| srn_value_t srn_conj_list | ( | srn_context_t * | ctx, |
| srn_list_t * | head, | ||
| srn_value_t | v ) |
Add the given value v to the front of the list and returns the new list.
| srn_value_t srn_make_list | ( | srn_context_t * | ctx | ) |
| srn_value_t srn_make_pair | ( | srn_context_t * | ctx, |
| srn_value_t | left, | ||
| srn_value_t | right ) |