Re: Why the lexer?
"Pawel" <[email protected]> Thu, 8 Apr 2004 11:23:24 +0200
| Newsgroups | gmane.comp.lang.prothon.devel |
|---|---|
| Message-ID | <001501c41d4b$2534b360$0900a6c0@Pawel> |
> On Wed, Apr 07, 2004 at 07:12:37PM -0300, Kenny MacDermid wrote: > > Just curious as to why a hand-written lexer was choosen over a > > simple lex/flex one? > > This is sort of a loaded question, don't you think? It was written using > yacc/bison, because that's what someone knew how to use. If you think > flex would be better, reimplement it using flex and we'll review it. But yacc/bison is parser generator, not lexer..... -- Pawel