From Fedora Project Wiki
No edit summary |
(Add GCC Python Plugins) |
||
Line 2: | Line 2: | ||
{{Docs_beat_open}} | {{Docs_beat_open}} | ||
== GCC Python Plugins == | |||
'''GCC''' plugins that embed '''Python 2''' and '''Python 3''' are now available, enabling developers to more easily hook into GCC's inner workings. For example, new compiler warnings can now be written in Python, without needing to deal with the C internals of GCC. These were written by Fedora contributor David Malcolm. | |||
[[Category:Docs Project]] | [[Category:Docs Project]] | ||
[[Category:Draft documentation]] | [[Category:Draft documentation]] | ||
[[Category:Documentation beats]] | [[Category:Documentation beats]] |
Revision as of 12:08, 9 August 2011
GCC Python Plugins
GCC plugins that embed Python 2 and Python 3 are now available, enabling developers to more easily hook into GCC's inner workings. For example, new compiler warnings can now be written in Python, without needing to deal with the C internals of GCC. These were written by Fedora contributor David Malcolm.