This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Parser extension points for plug-ins
- From: ludo at gnu dot org (Ludovic Courtès)
- To: gcc at gcc dot gnu dot org
- Date: Wed, 03 Feb 2010 17:21:58 +0100
- Subject: Parser extension points for plug-ins
Hello,
The current set of plug-in events does not appear to include extension
points at the parser level.
I think it may be useful to allow plug-ins to process, e.g., #pragmas.
That would allow directives à la OpenMP to be added/extended, which is
an increasingly popular way to augment C and other languages.
Has it been discussed before? What do people think?
Thanks,
Ludoâ.