|
Reduct
v4.0.5-1-g4851deb
A functional and immutable language.
|
Per-thread state structure. More...
#include <core.h>
Data Fields | |
| thrd_t | thrd |
| reduct_global_t * | global |
| reduct_error_t * | error |
| reduct_arena_local_t | arena |
| reduct_item_local_t | item |
| reduct_scratch_local_t | scratch |
| reduct_eval_local_t | eval |
| void * | userdata |
| reduct_global_t* reduct_t::global |
| reduct_error_t* reduct_t::error |
| reduct_arena_local_t reduct_t::arena |
| reduct_item_local_t reduct_t::item |
| reduct_scratch_local_t reduct_t::scratch |
| reduct_eval_local_t reduct_t::eval |