Which language is efficient and easy to create cparser?
Currently I am working on cparser developed using perl, the parser link is given below,
http://search.cpan.org/src/DCONWAY/Parse-RecDescent-v1.95.1/demo/demo_another_Cg rammar.pl
This parser is too much slow for big C files.
So let me know any useful ideas using which I can start working on c parser.
Thanks.
abuamit
Currently I am working on cparser developed using perl, the parser link is given below,
http://search.cpan.org/src/DCONWAY/Parse-RecDescent-v1.95.1/demo/demo_another_Cg rammar.pl
This parser is too much slow for big C files.
So let me know any useful ideas using which I can start working on c parser.
Thanks.
abuamit
Comment