Ruby 3.5.0dev (2025-04-03 revision 29dafa5fc21343803127dda7d608f1f1f7908e7b)
Data Fields
pm_multi_target_state_t Struct Reference

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_thead
 
pm_multi_target_state_node_ttail
 

Detailed Description

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 4780 of file prism_compile.c.

Field Documentation

◆ head

pm_multi_target_state_node_t* pm_multi_target_state_t::head

Definition at line 4789 of file prism_compile.c.

◆ position

size_t pm_multi_target_state_t::position

Definition at line 4786 of file prism_compile.c.

◆ stack_size

size_t pm_multi_target_state_t::stack_size

Definition at line 4782 of file prism_compile.c.

◆ tail

pm_multi_target_state_node_t* pm_multi_target_state_t::tail

Definition at line 4792 of file prism_compile.c.


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