From: vikkous Date: 2005-04-26T06:49:31+09:00 Subject: Re: announcing RubyLexer 0.6.0 Peter Suk wrote: > On Apr 25, 2005, at 8:37 AM, Florian Gro� wrote: > > I'm especially interested in how the LALR parser, Reg and > > RubyLexer might all work together. Any way of getting > > some sample code? I'm aware of the fact that this is all > > subject to change as long as you have not implemented > > all the necessary features like look-ahead, but getting a > > quick overview would still be nice. > > I am currently constructing an LALR parser for Ruby using > RubyLexer for the Alumina-VM project. I suspect that > RubyLexer is going to make this much cleaner. Please see my post titled, "Lalr(n) parsing with reg". Peter's taking the traditional approach; I've got my own weird ideas that I want to try.