On Sat, Jun 22, 2002, Shlomi Fish wrote about "[Haifux] The Scannerless Generalized LR Parser": > It describes a tool that combines the functionality of Lex and Yacc with > some improvements. I did not try it yet, but it might be worth to take a > look.
Note that in some respects, Lex is highly overrated. It is quite easy to write a lexical analyzer for most languages you can think of, in straight C code that is still readable and quite easily extendable. All you need to do is is to write the yylex() function yourself. So in that sense, Yacc (with C, for example) already combines the functionality of Lex and Yacc :) -- Nadav Har'El | Saturday, Jun 22 2002, 12 Tammuz 5762 [EMAIL PROTECTED] |----------------------------------------- Phone: +972-53-245868, ICQ 13349191 |Always go to other people's funerals, http://nadav.harel.org.il |otherwise they won't come to yours. -------------------------------------------------------------------------- Haifa Linux Club Mailing List (http://linuxclub.il.eu.org) To unsub send an empty message to [EMAIL PROTECTED]