You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ast): allow differing function implementations
`FunctionDeclaration` has an `implementation` property, which is an enum
of different implementation sources. Currently only `Body` (existing
behaviour where the implementation is within a set of curly brackets)
and `None` (basic support for `extern` functions) are supported.
0 commit comments