Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function pointers #269

Merged
merged 11 commits into from
May 5, 2023
Merged

Function pointers #269

merged 11 commits into from
May 5, 2023

Conversation

marcauberer
Copy link
Member

@marcauberer marcauberer commented May 1, 2023

  • Add support for function types and thus also function pointers
  • For now, only global functions and procedures can be assigned to a variable, lambda support is planned
  • Add tests

@marcauberer marcauberer added the enhancement New feature or request label May 1, 2023
@marcauberer marcauberer added this to the 0.16.0 milestone May 1, 2023
@marcauberer marcauberer self-assigned this May 1, 2023
@marcauberer marcauberer marked this pull request as ready for review May 5, 2023 14:20
@marcauberer marcauberer requested review from a team as code owners May 5, 2023 14:20
@marcauberer marcauberer enabled auto-merge May 5, 2023 14:20
@marcauberer marcauberer added this pull request to the merge queue May 5, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks May 5, 2023
@marcauberer marcauberer added this pull request to the merge queue May 5, 2023
Merged via the queue into main with commit 2924e29 May 5, 2023
@marcauberer marcauberer deleted the feature/function-types branch May 5, 2023 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/XXL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant