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

Implement FunctionCallExpression #760

Open
ryuukk opened this issue Nov 15, 2023 · 1 comment
Open

Implement FunctionCallExpression #760

ryuukk opened this issue Nov 15, 2023 · 1 comment

Comments

@ryuukk
Copy link
Contributor

ryuukk commented Nov 15, 2023

FunctionCallExpression is currently not implemented in FirstPass (dsymbol/src/dsymbol/conversion/first.d)

At the moment there is no DSymbol generated for function calls, this will be useful for things like displaying inlay hints, right now i have to do lot of fragile parsing, and i can't do better than dparse

I'll try to implement it myself, but i might need some help

@ryuukk

This comment was marked as resolved.

@WebFreak001 WebFreak001 transferred this issue from dlang-community/libdparse Nov 15, 2023
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 a pull request may close this issue.

1 participant