x-engine-c v0.2.13
The C engine for x-lang
Loading...
Searching...
No Matches
pair.h
Go to the documentation of this file.
1#ifndef X_SEXP_PAIR_H
2#define X_SEXP_PAIR_H
3
11/*
12 * ., .,
13 * {O,O}
14 * ( )
15 * " "
16 */
17
18#include "x-obj.h"
19
20/* Pair reading is handled by the list reader; pair printing lives in
21 * lib/x/boot/printer.x. This header remains for the spec TUs that
22 * include the (now-empty) pair.c. */
23
24#endif /* X_SEXP_PAIR_H */
The x-expr object system – atoms, pairs, flags, and type dispatch.