Ruby 3.5.0dev (2025-02-20 revision 34098b669c0cbc024cd08e686891f1dfe0a10aaf)
|
Data Fields | |
pm_parser_t | parser |
The parser that will do the actual parsing. | |
pm_options_t | options |
The options that will be passed to the parser. | |
pm_string_t | input |
The input that represents the source to be parsed. | |
pm_scope_node_t | node |
The resulting scope node that will hold the generated AST. | |
bool | parsed |
Whether or not this parse result has performed its parsing yet. | |
Definition at line 69 of file prism_compile.h.
pm_string_t pm_parse_result_t::input |
The input that represents the source to be parsed.
Definition at line 77 of file prism_compile.h.
pm_scope_node_t pm_parse_result_t::node |
The resulting scope node that will hold the generated AST.
Definition at line 80 of file prism_compile.h.
pm_options_t pm_parse_result_t::options |
The options that will be passed to the parser.
Definition at line 74 of file prism_compile.h.
bool pm_parse_result_t::parsed |
Whether or not this parse result has performed its parsing yet.
Definition at line 83 of file prism_compile.h.
pm_parser_t pm_parse_result_t::parser |
The parser that will do the actual parsing.
Definition at line 71 of file prism_compile.h.