[Prev][Next][Index][Thread]

Re: A Dylan parser-generator.



Eric Gouriou <eric_gouriou@cup.hp.com> wrote in message
38FDFCF2.5F570409@cup.hp.com">news:38FDFCF2.5F570409@cup.hp.com...
>> 1) LALR(1), LL(1), LL(k), pred-LL(k) (i.e. backtracking),
>> something completely different?

> I guess LALR(1) but not 100% sure.

Does it generate billions of tables holding integer values?  Or does it
generate recursive-descent function calls?

>> 2) Is it portable Dylan?  (I.e. could I port it without a huge
>> amount of difficulty to FO, or does it rely on Gwydion internals?)

> I have a faster parsergen for FD if you are interested.

I'm very interested.  :-)





References: