This might actually result in generated code that does not compile.
Examples:
enum dummy
{
mode = 0;
type = 1;
class = 2;
end = 3;
}
Not all reserved words cause an error, e.g. external is a reserved word, but netherthelessa accepted. Private, Public etc. are allowed too.
The proposed solution would be to add an underscore at the end of the name - similar to what the Delphi TypeLibrary importer does.
This might actually result in generated code that does not compile.
Examples:
Not all reserved words cause an error, e.g. external is a reserved word, but netherthelessa accepted. Private, Public etc. are allowed too.
The proposed solution would be to add an underscore at the end of the name - similar to what the Delphi TypeLibrary importer does.