The parser gives error messages which make sense if you've looked at the source code and understand the mysteries of typedef, but otherwise are useless. It would be nice if we could add some of the hints from CC0. For example, instead of "unexpected identifier token" we can say "unexpected identifer, is XYZ an undefined type name?"
The parser gives error messages which make sense if you've looked at the source code and understand the mysteries of
typedef, but otherwise are useless. It would be nice if we could add some of the hints from CC0. For example, instead of "unexpected identifier token" we can say "unexpected identifer, is XYZ an undefined type name?"