[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Announcing Dhaka - A parser generator

Robert Feldt

11/29/2006 7:12:00 AM

On 11/29/06, Mushfeq Khan <mushfeq.khan@gmail.com> wrote:
> Hi,
>
> I wanted to introduce people to my project Dhaka (http://dhaka.rub...).
> The goal is to make a fairly general and flexible parser generator that's
> simple and easy to use and completely in Ruby. All of its core functionality
> has been implemented. There's some initial documentation for it, including
> what I hope is a pretty illustrative example.
>
> Please try it, break it and let me know how you did it. If you have ideas
> for what features you'd think would be a good fit for it, I'm all ears.
>
What kind of grammars can it generate parsers for? LALR, LR, any
context free, context-sensitive?

Best regards,

Robert Feldt

1 Answer

Robert Feldt

11/29/2006 7:15:00 AM

0

> What kind of grammars can it generate parsers for? LALR, LR, any
> context free, context-sensitive?
>
Ok, ok, I didn't read the intro well enough... :) Sorry, LALR it is.

/RF