microlisp 0.1.0
A small Scheme-subset interpreter in modern C.
Loading...
Searching...
No Matches
Data Fields
ml_error Struct Reference

#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."
 

Field Documentation

◆ column

size_t ml_error::column

1-based; 0 = "no position."

◆ line

size_t ml_error::line

1-based; 0 = "no position."

◆ message

char ml_error::message[256]

The documentation for this struct was generated from the following file: