Ruby
3.4.0dev (2024-11-05 revision 348a53415339076afc4a02fcd09f3ae36e9c4c61)
|
Data Fields | |
pm_parser_t | parser |
The parser that will do the actual parsing. More... | |
pm_options_t | options |
The options that will be passed to the parser. More... | |
pm_string_t | input |
The input that represents the source to be parsed. More... | |
pm_scope_node_t | node |
The resulting scope node that will hold the generated AST. More... | |
bool | parsed |
Whether or not this parse result has performed its parsing yet. More... | |
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.