rubyの構文木をstdoutに視覚化して出力するツールです。 Pragmatic Programmers の nodeDump を改造しました。 オリジナルの著作権表示は以下の通りです。
Written by Dave Thomas, The Pragmatic Programmers, LLC. Copyright (c) 2000 The Pragmatic Programmers, LLC. This software is released under the same terms and warranty as the main Ruby distribution. Under no circumstances will the Pragmatic Programmers or the author be held responsible for any direct or indirect losses caused by the use of this utility.
従ってこの改造版のライセンスも全く同様です。
コマンドラインプロンプトから以下のように打ってください。
% ruby extconf.rb % make ( % su ) # make install
ruby extconf.rb が configure に相当します。 C コンパイラなどは自動的に ruby をコンパイルしたのと 同じものを使ってくれます。
以上です。
以下のことを確認してください。
それでもだめな場合は筆者 (aamine@loveruby.net) に メールで報告してください。
Copyright (c) 2002 Minero Aoki
<aamine@loveruby.net>