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

Expression descriptor structure. More...

#include <compile.h>

Collaboration diagram for reduct_expr_t:

Data Fields

reduct_mode_t mode
 Expression mode.
 
union { 
 
   reduct_uint16_t   reduct_expr_t::value 
 Raw union value. More...
 
   reduct_reg_t   reduct_expr_t::reg 
 Register index. More...
 
   reduct_const_t   reduct_expr_t::constant 
 Constant index. More...
 
};  
 

Detailed Description

Expression descriptor structure.

Definition at line 27 of file compile.h.


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