Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
eval_run_state_t Struct Reference

#include <eval_impl.h>

Collaboration diagram for eval_run_state_t:

Data Fields

reduct_eval_frame_tframe
 
reduct_inst_tip
 
reduct_handle_tbase
 
reduct_handle_tconstants
 
reduct_inst_t inst
 
reduct_opcode_t op
 
reduct_handle_t result
 

Detailed Description

Definition at line 127 of file eval_impl.h.

Field Documentation

◆ frame

reduct_eval_frame_t* eval_run_state_t::frame

Definition at line 129 of file eval_impl.h.

◆ ip

reduct_inst_t* eval_run_state_t::ip

Definition at line 130 of file eval_impl.h.

◆ base

reduct_handle_t* eval_run_state_t::base

Definition at line 131 of file eval_impl.h.

◆ constants

reduct_handle_t* eval_run_state_t::constants

Definition at line 132 of file eval_impl.h.

◆ inst

reduct_inst_t eval_run_state_t::inst

Definition at line 133 of file eval_impl.h.

◆ op

reduct_opcode_t eval_run_state_t::op

Definition at line 134 of file eval_impl.h.

◆ result

reduct_handle_t eval_run_state_t::result

Definition at line 135 of file eval_impl.h.


The documentation for this struct was generated from the following file: