|
Ruby 4.0.6p0 (2026-07-14 revision 03b6d3f8898a28604fe6cb00eae3226b821168f4)
|
As we're compiling a multi target, we need to track additional information whenever there is a parent expression on the left hand side of the target. More...
Data Fields | |
| size_t | stack_size |
| size_t | position |
| pm_multi_target_state_node_t * | head |
| pm_multi_target_state_node_t * | tail |
As we're compiling a multi target, we need to track additional information whenever there is a parent expression on the left hand side of the target.
This is because we need to go back and tell the expression where to fetch its parent expression from the stack. We use a linked list of nodes to track this information.
Definition at line 4876 of file prism_compile.c.
| pm_multi_target_state_node_t* pm_multi_target_state_t::head |
Definition at line 4885 of file prism_compile.c.
| size_t pm_multi_target_state_t::position |
Definition at line 4882 of file prism_compile.c.
| size_t pm_multi_target_state_t::stack_size |
Definition at line 4878 of file prism_compile.c.
| pm_multi_target_state_node_t* pm_multi_target_state_t::tail |
Definition at line 4888 of file prism_compile.c.