|
microlisp 0.1.0
A small Scheme-subset interpreter in modern C.
|
#include "microlisp/microlisp.h"
Functions | |
| const char * | microlisp_status_string (microlisp_status status) |
| Human-readable name of a status code. | |
| const char * microlisp_status_string | ( | microlisp_status | status | ) |
Human-readable name of a status code.
Never NULL, even for unknown codes. Returns short tokens like "MICROLISP_OK", "MICROLISP_ERR_UNBOUND". For a fuller, error-specific message use microlisp_state_error.