index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
ruby_parser.h
Age
Commit message (
Expand
)
Author
2024-05-04
Change return value of `gets` function to be `rb_parser_string_t *` instead o...
yui-knk
2024-05-03
Rename `vast` to `ast_value`
yui-knk
2024-04-27
Add line_count field to rb_ast_body_t
HASUMI Hitoshi
2024-04-26
Set `SCRIPT_LINES__` outside of parser
yui-knk
2024-04-26
[Universal parser] Decouple IMEMO from rb_ast_t
HASUMI Hitoshi
2024-04-23
Refactor parser compile functions
yui-knk
2024-04-20
Remove unused function
yui-knk
2024-04-15
[Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines
HASUMI Hitoshi
2024-04-11
compile.c: use rb_enc_interned_str to reduce allocations
Jean Boussier
2024-04-04
Move shareable_constant_value logic from parse.y to compile.c
yui-knk
2024-04-02
Remove `rb_imemo_tmpbuf_t` from parser
yui-knk
2024-03-21
Fix Ripper memory allocation size when enabled Universal Parser
S-H-GAMELINKS
2024-02-21
Introduce NODE_REGX to manage regexp literal
yui-knk
2024-02-20
[Feature #20257] Rearchitect Ripper
yui-knk
2024-02-09
Remove ruby object from string nodes
yui-knk
2024-01-31
Introduced `rb_node_const_decl_val` function
S.H
2024-01-27
Introduce `NODE_ENCODING`
S.H
2024-01-23
Make lastline and nextline to be rb_parser_string
yui-knk
2024-01-12
Statically allocate parser config
yui-knk
2024-01-09
Introduce NODE_SYM to manage symbol literal
yui-knk
2024-01-08
Change numeric node value functions argument to `NODE *`
yui-knk
2024-01-07
Introduce Numeric Node's
S-H-GAMELINKS
2024-01-02
Introduce NODE_FILE
yui-knk
2023-12-29
Introduce NODE_LINE
yui-knk
2023-11-08
Export functions used for builtins
Nobuyoshi Nakada
2023-08-25
Move SCRIPT_LINES__ away from parse.y
Nobuyoshi Nakada
2023-08-25
do not redefine a typedef
卜部昌平
2023-06-12
[Feature #19719] Universal Parser
yui-knk