> I thought recursive descent was used only for parsers, not lexers (but > maybe complicated context sensitive grammars would require them)?
Ah, you caught me there. I've confused parsers and lexers again. Nonetheless, a proper lexer is no small feat (I've had to constantly re-write my own lexers as I found edge cases where they fail). I guess you're going for a parser next? If so, good luck. I like the SableCC parser-generator myself, but that's Java-based. -->Seth _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
