This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Re: startup speed (or lack thereof)


On 20 Mar 2000, Michael Livshin wrote:

> > > One question I have though is, why aren't we just using flex/bison for
> > > parsing this stuff? It's so much work to do this manually...
> > 
> on the serious side, while any YACC-style parser is quite irrelevant
> for Scheme, a Lex-generated tokenizer might be beneficial, speed-wize.

IIRC, flex _and_ all flex generated parsers are GPL code (no LGPL and
obviously also not with guile's exception).  However, I may remember wrong
here, or the license may have changed.

Best regards
Dirk Herrmann


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]