< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事
N :次の記事(自分と同じ返事先を持つ)
|<:スレッドの先頭
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Hi,
At Sun, 2 Aug 2009 23:44:44 +0900,
Jason Roelofs wrote in [ruby-core:24691]:
> What about the many other libraries that exist to dig into,
> or work directly with, the Ruby node structure? Like
> Nodewrap, RubyNode, ParseTree
> (http://blog.zenspider.com/2009/04/parsetree-eol.html), Rice,
> etc.
Impossible. AST is no longer available at runtime, since now
it's a transient structure which will be discarded after the
translation to byte code.
> Are they all supposed to work towards being included into
> Ruby core / Ruby stdlib? I think authors / maintainers of
> these libraries, myself included, will completely understand
> that accessing this information may change across versions if
> we can at least get proper access to this information.
I think debugger-API should be introduced, but don't think
whole of ruby-debug (and others) should be included.
--
Nobu Nakada