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

Extract precise function signature definitions #46

Open
acuarica opened this issue Jul 10, 2023 · 0 comments
Open

Extract precise function signature definitions #46

acuarica opened this issue Jul 10, 2023 · 0 comments
Labels
feature New feature or request
Milestone

Comments

@acuarica
Copy link
Owner

acuarica commented Jul 10, 2023

One feature that can be useful is to detect function's inputs and outputs. Essentially, this means to track down CallDataLoad expressions in the AST. Currently, there is no easy way to get this info besides traversing the AST. This can be error prone and might duplicate efforts in consumers.

Provide an easy to use API that extract function signature definitions.

@acuarica acuarica added the feature New feature or request label Jan 18, 2024
@acuarica acuarica added this to the Stage 2 milestone Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant