cheax
Lisp dialect with C API
|
List type. More...
#include <cheax.h>
Data Fields | |
unsigned | rtflags |
struct chx_value | value |
struct chx_list * | next |
List type.
Also known as a cons cell, an S-expression or a singly-linked list.
unsigned chx_list::rtflags |
Runtime flags.
struct chx_value chx_list::value |
The value of the s-expression node.
struct chx_list* chx_list::next |
The next node in the s-expression.