Next: , Previous: x1f4_init_program, Up: Imperative Language Interpreter Functions


4.8.3.8 x1f4_link_program

extern int x1f4_link_program
    (void *x1f4_program, void *context);

The x1f4_link_program function executes the x1f4_program program in the context execution context.

See Imperative Program Execution.

If successful, the function returns 0. Non zero is returned for failure.

Note that program execution logic defines no failure conditions other than expression evaluation failure, which in turn defines no failure conditions other than function or operator evaluation failure.

See Functions.

See struct x1f4_function_type.

See Prefix Unary Operators.

See Infix Binary Operators.

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.