All of the information necessary to store to lexing a heredoc.
More...
#include <parser.h>
All of the information necessary to store to lexing a heredoc.
Definition at line 88 of file parser.h.
◆ ident_length
size_t pm_heredoc_lex_mode_t::ident_length |
The length of the heredoc identifier.
Definition at line 93 of file parser.h.
◆ ident_start
const uint8_t* pm_heredoc_lex_mode_t::ident_start |
A pointer to the start of the heredoc identifier.
Definition at line 90 of file parser.h.
◆ indent
The type of indentation that the heredoc uses.
Definition at line 99 of file parser.h.
◆ quote
The type of quote that the heredoc uses.
Definition at line 96 of file parser.h.
The documentation for this struct was generated from the following file: