Prism Ruby parser
|
A small struct used for passing around a subset of the information that is stored on the parser. More...
Data Fields | |
const pm_newline_list_t * | newline_list |
The list of newline offsets to use to calculate line numbers. | |
int32_t | start_line |
The line number that the parser starts on. | |
const char * | encoding_name |
The name of the encoding that the parser is using. | |
A small struct used for passing around a subset of the information that is stored on the parser.
We use this to avoid having static literals explicitly depend on the parser struct.