Next: x1f4_step_routine, Previous: x1f4_slip_program, Up: Imperative Language Interpreter Functions [Index]
extern int x1f4_stat_program (void *data, int (*this)(void *, const char *, unsigned), const char *program, struct x1f4_c1record_type *c1record, struct x1f4_eelookup_type *eelookup);
The x1f4_stat_program
function details the syntax error that prevented
successful program parsing.
See Imperative Program Parsing Error Reporting.
The function is a x1f4_lame_program
proxy that disregards any of the
optionally set features of its struct x1f4_c1record_type
parameter.
See x1f4_lame_program.