Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#include "ruby.h"
#include "ruby/encoding.h"
#include "ruby/util.h"
#include "internal.h"
#include "node.h"
#include "vm_core.h"
#include "iseq.h"
#include "builtin.h"
#include "ast.rbinc"
Go to the source code of this file.
Data Structures | |
struct | ASTNodeData |
Macros | |
#define | NEW_CHILD(ast, node) node ? ast_new_internal(ast, node) : Qnil |
Functions | |
void | Init_ast (void) |
Variables | |
VALUE | rb_e_script |
#define NEW_CHILD | ( | ast, | |
node | |||
) | node ? ast_new_internal(ast, node) : Qnil |