Minres / CoreDSL

Xtext project to parse CoreDSL files
Apache License 2.0
16 stars 3 forks source link

Attributes for functions without body #23

Closed wysiwyng closed 2 years ago

wysiwyng commented 2 years ago

Currently the parser does not allow attributes for functions without body (and in extension, extern functions). Example:

extern void f() [[ an_attribute ]];

Is this an intentional omission or just an oversight?

jopperm commented 2 years ago

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.

jopperm commented 2 years ago

Fixed in #44.