Ruby
3.4.0dev (2024-11-05 revision e440268d51fe02b303e3817a7a733a0dac1c5091)
|
This struct represents a token in the Ruby source. More...
#include <ast.h>
Data Fields | |
pm_token_type_t | type |
The type of the token. More... | |
const uint8_t * | start |
A pointer to the start location of the token in the source. More... | |
const uint8_t * | end |
A pointer to the end location of the token in the source. More... | |
This struct represents a token in the Ruby source.
We use it to track both type and location information.
const uint8_t* pm_token_t::end |
const uint8_t* pm_token_t::start |
pm_token_type_t pm_token_t::type |