|
Ruby 4.1.0dev (2026-04-17 revision 11e3c78b61da705c783dd12fb7f158c0d256ede0)
|
This compiler defines its own concept of the location of a node. More...
Data Fields | |
| int32_t | line |
| This is the line number of a node. | |
| uint32_t | node_id |
| This is a unique identifier for the node. | |
This compiler defines its own concept of the location of a node.
We do this because we want to pair line information with node identifier so that we can have reproducible parses.
Definition at line 11 of file prism_compile.c.
| int32_t pm_node_location_t::line |
This is the line number of a node.
Definition at line 13 of file prism_compile.c.
| uint32_t pm_node_location_t::node_id |
This is a unique identifier for the node.
Definition at line 16 of file prism_compile.c.