(b76ad15ed0da636161de0243c547ee1e6fc95681)
#include "internal.h"
#include "internal/parse.h"
#include "internal/symbol.h"
#include "internal/warnings.h"
#include "iseq.h"
#include "node.h"
#include "ruby.h"
#include "ruby/encoding.h"
#include "ruby/util.h"
#include "vm_core.h"
#include "builtin.h"
#include "ast.rbinc"
Go to the source code of this file.
|
#define | NEW_CHILD(ast, node) node ? ast_new_internal(ast, node) : Qnil |
|
◆ NEW_CHILD
#define NEW_CHILD |
( |
|
ast, |
|
|
|
node |
|
) |
| node ? ast_new_internal(ast, node) : Qnil |
◆ Init_ast()
◆ rb_e_script