LWN.net Logo

C++ parsers: A small world

C++ parsers: A small world

Posted Jan 25, 2010 14:26 UTC (Mon) by dwheeler (guest, #1216)
In reply to: LCA: Static analysis with GCC plugins by marcH
Parent article: LCA: Static analysis with GCC plugins

Yes, it really is a small world for *real* C++ parsers. You might be able to add a few, but C++ is really painful to parse. Thus, most people try to use a pre-existing parser rather than rolling their own.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds