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)