|
microlisp 0.1.0
A small Scheme-subset interpreter in modern C.
|
#include <microlisp_internal.h>
Data Fields | |
| char | message [256] |
| size_t | line |
| 1-based; 0 = "no position." | |
| size_t | column |
| 1-based; 0 = "no position." | |
| size_t ml_error::column |
1-based; 0 = "no position."
| size_t ml_error::line |
1-based; 0 = "no position."
| char ml_error::message[256] |