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

feat: add Expression::FuncCall #64

Merged
merged 1 commit into from Sep 7, 2022
Merged

feat: add Expression::FuncCall #64

merged 1 commit into from Sep 7, 2022

Conversation

martinohmann
Copy link
Owner

@martinohmann martinohmann commented Sep 7, 2022

This adds supports for parsing and serializing function call expressions of the form func_name(arg1, arg2...).

This adds supports for parsing and serializing function call expression
of the form `func_name(arg1, arg2...)`.
@martinohmann martinohmann merged commit d660712 into main Sep 7, 2022
@martinohmann martinohmann deleted the func-call branch September 7, 2022 20:00
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 this pull request may close these issues.

None yet

1 participant