* iseq.c (ruby_node_name): ditto. * tool/node_name.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
5 lines
121 B
Ruby
Executable File
5 lines
121 B
Ruby
Executable File
#! ./miniruby -n
|
|
if ~/enum node_type \{/..~/^\};/
|
|
~/(NODE_.+),/ and puts(" case #{$1}:\n\treturn \"#{$1}\";")
|
|
end
|