Closed wysiwyng closed 2 years ago
Currently the parser does not allow attributes for functions without body (and in extension, extern functions). Example:
extern
extern void f() [[ an_attribute ]];
Is this an intentional omission or just an oversight?
Thanks for reporting, this is an oversight. @AtomCrafty is currently making sure that the grammar and specification match up -- please include this kind of declaration in your test cases.
Fixed in #44.
Currently the parser does not allow attributes for functions without body (and in extension,
extern
functions). Example:Is this an intentional omission or just an oversight?