Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
|
This struct gets stored in the parser and passed in to the lex callback any time a new token is found. More...
Data Fields | |
VALUE | source |
VALUE | tokens |
rb_encoding * | encoding |
This struct gets stored in the parser and passed in to the lex callback any time a new token is found.
We use it to store the necessary information to initialize a Token instance.
Definition at line 442 of file extension.c.
rb_encoding* parse_lex_data_t::encoding |
Definition at line 445 of file extension.c.
VALUE parse_lex_data_t::source |
Definition at line 443 of file extension.c.
VALUE parse_lex_data_t::tokens |
Definition at line 444 of file extension.c.