Minres / CoreDSL

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

2.0.3 grammar does requires body for extern functions #50

Closed eyck closed 2 years ago

eyck commented 2 years ago

The grammar must allow extern functions without bodys since extern means 'defined elsewhere'

eyck commented 2 years ago

Changed FunctionDefinition to require body only for non external functions