Hello,
I'm trying to compare autogenerated C Code where many variables are starting with an prefix of Sabc + random Number followed by a meaningfull name.
With a new Code generation those random Numbers are changed so I see many differences.
In BC2 I added a comment grammar rule Sabc\d+ so this differences were unimportant. In BC3 this grammar rule won't work anymore.
It feels like a grammar rule can't stop within non whitespace.
Eg:
Old: Sabc123_variable_name
New: Sabc124_variable_name
Does someone have any Idea of how to treat this prefix as unimportant.
I'm trying to compare autogenerated C Code where many variables are starting with an prefix of Sabc + random Number followed by a meaningfull name.
With a new Code generation those random Numbers are changed so I see many differences.
In BC2 I added a comment grammar rule Sabc\d+ so this differences were unimportant. In BC3 this grammar rule won't work anymore.
It feels like a grammar rule can't stop within non whitespace.
Eg:
Old: Sabc123_variable_name
New: Sabc124_variable_name
Does someone have any Idea of how to treat this prefix as unimportant.
Comment