Saveliy Tretiakov saveliyt@mail.ru writes:
ChangeLog: Saveliy Tretiakov saveliyt@mail.ru
- Add missing ignore attribute.
- Check for inapplicable attributes in typedef. Changed attribute
parsing in a way Mike McCormack suggested.
- Register type alias in typelib, if ATTR_PUBLIC is set.
I think checking values explicitly is preferable to encoding them in the syntax, since it gives you a chance to provide meaningful errors. If you rely on the parser all you'll get is a generic "syntax error" with no clue to what you did wrong.