From: Edgardo Hames Date: 2006-02-20T02:54:07+09:00 Subject: meta_parse: my first metaprogram ------=_Part_1458_27171303.1140371632402 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi guys, After messing up with racc for a couple of hours I realized that most of th= e parse functions look pretty much the same, so I thought of stretching my metaprogramming muscles and I wrote my first meta_parse function. require 'strscan' def meta_parse(*ary) case_str =3D <