I need to compare C code against a design document which is closely related to the C code.
I want to ignore some differences between C and the design language such as the following
and so on.
I have used replacements and ignore unimportant differences but I really wanted to relate these to a "File Format". From what I have found I can't do this, it seems the replacements apply to the current session or to all BC3 sessions forevermore. Have I completely misunderstood the whole use of replacements? Can someone suggest a better approach?
I also note that the replacement "==" to "is" does not work.
Thanks
Darren .)
I want to ignore some differences between C and the design language such as the following
Code:
== is != is not equal to && AND || OR else Else
I have used replacements and ignore unimportant differences but I really wanted to relate these to a "File Format". From what I have found I can't do this, it seems the replacements apply to the current session or to all BC3 sessions forevermore. Have I completely misunderstood the whole use of replacements? Can someone suggest a better approach?
I also note that the replacement "==" to "is" does not work.
Thanks
Darren .)
Comment