cheax
Lisp dialect with C API
chx_quote Struct Reference

Quoted value type. More...

#include <cheax.h>

Collaboration diagram for chx_quote:

Data Fields

unsigned rtflags
 
struct chx_value value
 

Detailed Description

Quoted value type.

Also used for values of type CHEAX_BACKQUOTE, CHEAX_COMMA and CHEAX_SPLICE.

Field Documentation

◆ rtflags

unsigned chx_quote::rtflags

Runtime flags.

Note
For internal use.

◆ value

struct chx_value chx_quote::value

(Back)quoted/comma'd/spliced value.


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