in reply to Re^6: Parse::RecDescent and auto{actions,trees} and stuff
in thread Parse::RecDescent and auto{actions,trees} and stuff

I find it very valuable to seperate tokens from non-token rules. And I find very little worth in <auto...>
cpus : INT cpu_list[ $item[1] ] { [ $item[0], $item[2] ] } INT : /\d+/ # Add "{ $item[1] }" if using "<auto...>"