Next: x1f4_list_expression, Previous: x1f4_line_expression, Up: Expression Evaluator Functions
extern int x1f4_link_expression (void *x1f4_expression, void *context, void *output);
The x1f4_link_expression
function evaluates the x1f4_expression
expression in the context
evaluation context.
If successful, the function stores the evaluation result, if any, at the
address indicated by output
and returns 0
. Non zero is returned
for failure.
See x1f4_case_expression.
See x1f4_lead_expression.
Note that expression evaluation logic defines no failure conditions, other than function or operator evaluation failure.
See Functions.
See struct x1f4_function_type.
See struct x1f4_operator_type.
The context
evaluation context is passed as the first argument to
function and operator logic evaluation routines. It is otherwise not
interpreted.