cheax
Lisp dialect with C API
chx_list Struct Reference

List type. More...

#include <cheax.h>

Collaboration diagram for chx_list:

Data Fields

unsigned rtflags
 
struct chx_value value
 
struct chx_listnext
 

Detailed Description

List type.

Also known as a cons cell, an S-expression or a singly-linked list.

See also
CHEAX_LIST, cheax_list(), chx_value

Field Documentation

◆ rtflags

unsigned chx_list::rtflags

Runtime flags.

Note
For internal use.

◆ value

struct chx_value chx_list::value

The value of the s-expression node.

◆ next

struct chx_list* chx_list::next

The next node in the s-expression.


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