Alec Panovici - 2003-12-03

Logged In: YES
user_id=60351

Hi,

I think that i actually wrote a CppCC grammar for CppCC
(should be in the examples directory) with this end in mind,
but i never really got the time to actually hook it up into
cppcc iteself. However, the source distributions come with
the C sources for the lexer&parser, so you don't really need
LEX&YACC in order to build it.
As for quality, cppcc is currently being used in high speed
parsers for commercial applications (read: my employers
adopted it :-).

Alec.