|
Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
|
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 |
| bool | freeze |
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 641 of file extension.c.
| rb_encoding* parse_lex_data_t::encoding |
Definition at line 644 of file extension.c.
| bool parse_lex_data_t::freeze |
Definition at line 645 of file extension.c.
| VALUE parse_lex_data_t::source |
Definition at line 642 of file extension.c.
| VALUE parse_lex_data_t::tokens |
Definition at line 643 of file extension.c.