Skip to content

feat: extern functions - #10

Merged
andogq merged 3 commits into
mainfrom
feat/extern-function
Feb 3, 2026
Merged

feat: extern functions#10
andogq merged 3 commits into
mainfrom
feat/extern-function

Conversation

@andogq

@andogq andogq commented Feb 2, 2026

Copy link
Copy Markdown
Owner

No description provided.

@andogq
andogq force-pushed the feat/extern-function branch 2 times, most recently from 11c54e8 to 2c9842a Compare February 2, 2026 22:13
`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.
@andogq
andogq force-pushed the feat/extern-function branch from 2c9842a to 912cfd5 Compare February 2, 2026 22:30
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@andogq
andogq merged commit c438c91 into main Feb 3, 2026
4 of 8 checks passed
@andogq
andogq deleted the feat/extern-function branch February 3, 2026 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants