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

Add the possibility to manage function parameters by reference #53

Open
fly-lang opened this issue Nov 6, 2022 · 0 comments
Open

Add the possibility to manage function parameters by reference #53

fly-lang opened this issue Nov 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@fly-lang
Copy link
Owner

fly-lang commented Nov 6, 2022

The function can have parameters by reference.
int get(int &a, int b) {
a = 2
return 1
}

@fly-lang fly-lang added the enhancement New feature or request label Nov 6, 2022
@fly-lang fly-lang changed the title Create the ASTPointerType Add the possibility to manage function parameters by reference Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant