|
| | x-alist.h |
| | Association list interface.
|
| |
| | x-env.h |
| | Environments – first-class values the evaluator binds and looks up in.
|
| |
| | x-eval-layout.h |
| |
| | x-eval.h |
| | Evaluator object and interface – x-expr's base object plus the environment, control-flow, I/O, and metadata fields the evaluator needs, plus the central x_eval entry point.
|
| |
| | x-prim.h |
| | Primitive function infrastructure and registration.
|
| |
| | x-release.h |
| |
| | x-syntax.h |
| | Syntax form helpers.
|
| |
| | x-tco.h |
| | The environment save and restore around a tail call.
|
| |
| | x-token.h |
| | Tokenization interface.
|
| |
| | x-toplevel.h |
| | The top-level bracket: what a form evaluated at top level sees, whatever environment is current when it is asked for.
|
| |
| | x-type.h |
| | Type system field accessors and type struct definition.
|
| |