In order to render CppCC more autonomous and also to
show stability and quality of the implementation of
CppCC, I would suggest you to auto bootstrap CppCC. As
a side effect, it will remove dependencies over Lex &
Yacc....
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.