Ruby 3.5.0dev (2025-01-10 revision 5fab31b15e32622c4b71d1d347a41937e9f9c212)
|
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 568 of file extension.c.
rb_encoding* parse_lex_data_t::encoding |
Definition at line 571 of file extension.c.
VALUE parse_lex_data_t::source |
Definition at line 569 of file extension.c.
VALUE parse_lex_data_t::tokens |
Definition at line 570 of file extension.c.