Hi all:<br><br>I have a question. I am adding new attributes to C++ for functions. Consider the following examples:<br><br><font size="4"><b>void foo UNSW ( ) { }</b></font><br><br>UNSW is an additional attribute associated with the function "foo". I am planning to add it to the <b>Declarator </b>object associated with the function so I can access it for type checking process. Is this the right direction to keep the attribute information for the Semantic analysis phase?<br clear="all">

<br>-- <br>Regards,<br><br>Khan<br><br>