x-engine-c v0.2.13
The C engine for x-lang
Loading...
Searching...
No Matches
x-syntax.h
Go to the documentation of this file.
1#ifndef X_SYNTAX_H
2#define X_SYNTAX_H
3
16/*
17 * ., .,
18 * {O,O}
19 * ( )
20 * " "
21 */
22
23#include "x-obj.h"
24
27
30
33
36
37#endif /* X_SYNTAX_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_syntax_control_register(x_obj_t *p_base, x_obj_t *p_args)
Definition control.c:350
x_obj_t * x_syntax_binding_register(x_obj_t *p_base, x_obj_t *p_args)
Definition binding.c:102
x_obj_t * x_syntax_closure_register(x_obj_t *p_base, x_obj_t *p_args)
Definition closure.c:73
x_obj_t * x_syntax_quote_register(x_obj_t *p_base, x_obj_t *p_args)
Definition quote.c:41