Prism Ruby parser
Loading...
Searching...
No Matches
Data Fields
pm_token_t Struct Reference

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.
 
const uint8_t * start
 A pointer to the start location of the token in the source.
 
const uint8_t * end
 A pointer to the end location of the token in the source.
 

Detailed Description

This struct represents a token in the Ruby source.

We use it to track both type and location information.


The documentation for this struct was generated from the following file: