x-engine-c v0.2.13
The C engine for x-lang
Loading...
Searching...
No Matches
obj.c File Reference

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"})
 

Detailed Description

The interpreter object (a specialized base object) sentinel.

Author
Jon Ruttan (jonru.nosp@m.ttan.nosp@m.@gmai.nosp@m.l.co.nosp@m.m)

Variable Documentation

◆ x_eval_obj

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").