Re: [Jruby-devel] SourcePosition in the AST

2006-05-07 Thread Charles O Nutter
Also, please feel free to send code or patches (working or not working) any time and we may be able to help you further. Patches help us see a bit better what you're trying to do and then we may be able to offer more guidance. I'm very interested in your project, and I'll try to help as much as I

[Jruby-devel] Announcing RbYAML.

2006-05-07 Thread Ola Bini
Hi RbYAML, a pure Ruby YAML 1.1 loader and dumper is now available in it's first infant version. It is based on Python code from PyYAML3000 and seems to be working fairly well, except for Unicode support, which isn't there yet. The project will be updated regularly, and will also soon move to Ruby

Re: [Jruby-devel] SourcePosition in the AST

2006-05-07 Thread Thomas E Enebo
On Sun, 07 May 2006, Thomas Corbat defenestrated me: > > Thomas E Enebo wrote: > >On Tue, 25 Apr 2006, Mirko Stocker defenestrated me: > >>On Tuesday 25 April 2006 19:44, Thomas E Enebo wrote: > >> > >The biggest challenge is determining where in grammar we should accept > >the token. It seems

Re: [Jruby-devel] SourcePosition in the AST

2006-05-07 Thread Thomas Corbat
Thomas E Enebo wrote: On Tue, 25 Apr 2006, Mirko Stocker defenestrated me: On Tuesday 25 April 2006 19:44, Thomas E Enebo wrote: We don't and neither does C Ruby. �Our parser is based on theirs and we both eat comments in the lexing process. Ok, would it be much work? Could you g