|
x-engine-c v0.2.13
The C engine for x-lang
|
The interpreter object (a specialized base object) sentinel. More...
#include "x-obj.h"Variables | |
| x_satom_t | x_eval_obj = x_obj_set(NULL, X_OBJ_FLAG_NONE, {.s = (x_char_t *)"BASE"}) |
The interpreter object (a specialized base object) sentinel.
| x_satom_t x_eval_obj = x_obj_set(NULL, X_OBJ_FLAG_NONE, {.s = (x_char_t *)"BASE"}) |
Static atom for the interpreter object – this project's root base object (sentinel tag "BASE").