compiler construction - How I can add a keyword to gcc? -
My goal is to analyze and learn in the description of compiler development techniques. Here I want to add a keyword to GCC and see how it works.
You have to add an entry in c_common_reswords
, in that you have a New RID_ stability will need to be allocated, and it should give you the words you want to give it to.
Comments
Post a Comment