#include <builtin_t.h>
Data Fields | |
| stree_symbol * | boxed_bool |
| Boxed variants of primitive types. | |
| stree_symbol * | boxed_char |
| stree_symbol * | boxed_int |
| stree_symbol * | boxed_string |
| stree_csi * | error_nilreference |
| Error class for nil reference access. | |
| stree_csi * | error_outofbounds |
| Error class for out-of-bounds array access. | |
| stree_symbol * | gf_class |
| Grandfather object. | |
| stree_program * | program |
| Containing program object. | |
Aggregates references to builtin symbols.
Definition at line 38 of file builtin_t.h.
1.4.7