Adayadil Thomas wrote:
Hi All,

I was wondering if gcc had a restricted version which would enable me
to write programs
with a subset of C language.
if you mean you want to prevent certain C features from being used, you can write a GCC plugin for it. See http://gcc.gnu.org/wiki/GCC_PluginAPI

We do this sort of thing in Mozilla with stuff like https://developer.mozilla.org/En/Dehydra.


Taras

Reply via email to