x-engine-c v0.2.13
The C engine for x-lang
Loading...
Searching...
No Matches
atom.h
Go to the documentation of this file.
1#ifndef X_SEXP_ATOM_H
2#define X_SEXP_ATOM_H
3
11/*
12 * ., .,
13 * {O,O}
14 * ( )
15 * " "
16 */
17
18#include "x-obj.h"
19
20/* Atom printing (e.g. #<type:0xADDR>) lives in lib/x/boot/printer.x.
21 * This header remains for the spec TUs that include the (now-empty)
22 * atom.c. */
23
24#endif /* X_SEXP_ATOM_H */
The x-expr object system – atoms, pairs, flags, and type dispatch.