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 parameters with abstract declarators #234

Closed
Tracked by #61
ForNeVeR opened this issue Aug 14, 2022 · 1 comment · Fixed by #333
Closed
Tracked by #61

Function parameters with abstract declarators #234

ForNeVeR opened this issue Aug 14, 2022 · 1 comment · Fixed by #333
Assignees
Labels
area:compiler Related to code compilation or type checking kind:feature New feature or request

Comments

@ForNeVeR
Copy link
Owner

ForNeVeR commented Aug 14, 2022

Right now, we don't support abstract declarations for function parameters, but I've no clue what this even is, aside from an exception in the code :(

Look for the number 234 in the code to find clues to implement this feature.

@ForNeVeR ForNeVeR added kind:feature New feature or request status:help-wanted Open for contributors area:compiler Related to code compilation or type checking labels Aug 14, 2022
@ForNeVeR
Copy link
Owner Author

Looks like that's this: typedef void(*function)(int, const int*, const int*);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:compiler Related to code compilation or type checking kind:feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant