There is a wikibook that describes the internals of GCC and GEM, an
extensibility framework.
Your internals documentation looks pretty good, so I have made a link
to it from gcc.gnu.org/readings.html. Thanks,
It describes AST part of GCC source code. We would like to ask developers to
work o
> There is a wikibook that describes the internals of GCC and GEM, an
> extensibility framework.
Your internals documentation looks pretty good, so I have made a link
to it from gcc.gnu.org/readings.html. Thanks,
Ben
Hello,
There is a wikibook that describes the internals of GCC and GEM, an
extensibility framework.
http://en.wikibooks.org/wiki/GNU_C_Compiler_Internals
GEM allows programmers to write extensions to GNU C. We will submit the
framework as a GCC patch. Please give us feedback on the framework