[#3726] Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...>

Hi --

15 messages 2004/11/12
[#3749] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3751] Re: Fixnum#clone and Float#clone raise different exceptions — Yukihiro Matsumoto <matz@...> 2004/11/16

Hi,

[#3752] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3785] The latest 1.8.2 cvs prints parse error when starting extension compiling — Yukihiro Matsumoto <matz@...>

Hi,

13 messages 2004/11/23
[#3787] Re: The latest 1.8.2 cvs prints parse error when starting extension compiling — Johan Holmberg <holmberg@...> 2004/11/23

Re: ruby -y

From: Yukihiro Matsumoto <matz@...>
Date: 2004-11-25 15:15:27 UTC
List: ruby-core #3822
Hi,

In message "Re: ruby -y"
    on Thu, 25 Nov 2004 22:47:13 +0900, Florian Gro<florgro@gmail.com> writes:

|Hm, ruby -y doesn't seem to be documented in --help. Is this already 
|available in 1.8.0? Can it be relied on until Rite is released?

It's been available for long time, but it's not useful for most
users, except for ones who debug the parser.  It will be available
until new parser.

|I think this might be a nice and simple way of getting a Ruby tokenizer 
|that is automatically kept in sync with changes, but I am not sure if 
|the behavior will not change too much.

It won't.  But why don't you use ripper?

							matz.


In This Thread