|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Internal header for the parser. More...
#include "ruby/ruby.h"Go to the source code of this file.
Functions | |
| VALUE | rb_parser_set_yydebug (VALUE, VALUE) |
| void * | rb_parser_load_file (VALUE parser, VALUE name) |
| VALUE | rb_parser_set_context (VALUE, const struct rb_iseq_struct *, int) |
Internal header for the parser.
Definition in file parse.h.
Definition at line 2374 of file ruby.c.
References f, load_file_arg::opt, and load_file_arg::parser.
Referenced by rb_load_file_str().
| VALUE rb_parser_set_context | ( | VALUE | vparser, |
| const struct rb_iseq_struct * | base, | ||
| int | main | ||
| ) |
Definition at line 20791 of file ripper.c.
References parser_params::error_buffer, main(), parser_params::parent_iseq, Qfalse, Qnil, and TypedData_Get_Struct.