Slide 16
Slide 16 text
Copyright © 2020 Present ANDPAD Inc. This information is confidential and was prepared by ANDPAD Inc. for the use of our client. It is not to be relied on by and 3rd party. Proprietary & Confidential ແஅసࡌɾແஅෳͷېࢭ
ʆ
• Rules have same
structure and same
actions
Primitive Grammar
Confidential
opt_args_tail : ',' args_tail
{
$$ = $2;
ɹɹɹ
/ *
% ripper: get_value($
:
2); %
* /
}
|
/ *
none
* /
{
$$ = new_args_tail(p, 0, 0, 0, &@0);
/ *
% ripper: rb_ary_new_from_args(3, Qnil, Qnil, Qnil); %
* /
}
;
opt_block_args_tail : ',' block_args_tail
{
$$ = $2;
ɹɹɹ
/ *
% ripper: get_value($
:
2); %
* /
}
|
/ *
none
* /
{
$$ = new_args_tail(p, 0, 0, 0, &@0);
/ *
% ripper: rb_ary_new_from_args(3, Qnil, Qnil, Qnil); %
* /
}
;