ruby-cvs:19458
From: nobu ruby-lang.org
Date: Thu, 26 Apr 2007 17:18:01 +0900 (JST)
Subject: [ruby-cvs:19458] Ruby:r12222: * parse.y: fixes for ripper.
nobu 2007-04-26 17:18:00 +0900 (Thu, 26 Apr 2007)
New Revision: 12222
Modified files:
trunk/ChangeLog
trunk/parse.y
Log:
* parse.y: fixes for ripper.
* parse.y (primary): reduced duplcated code.
* parse.y (f_arg_item): should not override by meaningless value.
* parse.y (f_arg, assocs): should not use $$ before assigned.
* parse.y (assoc_list): dispatch assoclist_from_args for assocs as
well as args.
* parse.y (assoc): return assoc if dispatched result is $1.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/parse.y?r1=12222&r2=12221
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=12222&r2=12221