|
Reduct
v1.0.4-3-gdaf0d70
A functional and immutable language.
|
#include <eval_impl.h>
Data Fields | |
| reduct_eval_frame_t * | frame |
| reduct_inst_t * | ip |
| reduct_handle_t * | base |
| reduct_handle_t * | constants |
| reduct_inst_t | inst |
| reduct_opcode_t | op |
| reduct_handle_t | result |
Definition at line 127 of file eval_impl.h.
| reduct_eval_frame_t* eval_run_state_t::frame |
Definition at line 129 of file eval_impl.h.
| reduct_inst_t* eval_run_state_t::ip |
Definition at line 130 of file eval_impl.h.
| reduct_handle_t* eval_run_state_t::base |
Definition at line 131 of file eval_impl.h.
| reduct_handle_t* eval_run_state_t::constants |
Definition at line 132 of file eval_impl.h.
| reduct_inst_t eval_run_state_t::inst |
Definition at line 133 of file eval_impl.h.
| reduct_opcode_t eval_run_state_t::op |
Definition at line 134 of file eval_impl.h.
| reduct_handle_t eval_run_state_t::result |
Definition at line 135 of file eval_impl.h.