x-engine-c v0.2.13
The C engine for x-lang
Loading...
Searching...
No Matches
char.h
Go to the documentation of this file.
1#ifndef X_SEXP_CHAR_H
2#define X_SEXP_CHAR_H
3
11/*
12 * ., .,
13 * {O,O}
14 * ( )
15 * " "
16 */
17
18#include "x-obj.h"
19
20#ifndef X_SEXP_CHAR_PRE_STR
21#define X_SEXP_CHAR_PRE_STR "#\\"
22#endif /* X_SEXP_CHAR_PRE */
23
44
45#endif /* X_SEXP_CHAR_H */
static void x_obj_t * p_args
Definition x-prim.h:56
Definition x-obj.h:212
The x-expr object system – atoms, pairs, flags, and type dispatch.
x_obj_t x_satom_t[X_OBJ_META_LEN+X_OBJ_UNITS_ATOM]
Definition x-obj.h:283
x_obj_t x_spair_t[X_OBJ_META_LEN+X_OBJ_UNITS_PAIR]
Definition x-obj.h:286
x_obj_t * x_sexp_char_analyse1(x_obj_t *p_base, x_obj_t *p_args)
Definition char.c:59
x_spair_t x_sexp_char_analyse3_prim
Definition char.h:28
x_obj_t * x_sexp_char_read(x_obj_t *p_base, x_obj_t *p_args)
Definition char.c:188
x_spair_t x_sexp_char_analyse2_prim
Definition char.h:27
x_obj_t * x_sexp_char_analyse2(x_obj_t *p_base, x_obj_t *p_args)
Definition char.c:77
x_obj_t * x_sexp_char_analyse3(x_obj_t *p_base, x_obj_t *p_args)
Definition char.c:99
x_spair_t x_sexp_char_analyse1_prim
Definition char.c:29
x_satom_t x_sexp_char_read_prim
Definition char.c:34