Skip to content

Need a example for function call argument list #186

Answered by foonathan
windwhisper4759 asked this question in Q&A
Discussion options

You must be logged in to vote

https://lexy.foonathan.net/playground/?id=G4qxvzn8x&mode=tree

You probably also want to integrate that into dsl::expr: https://lexy.foonathan.net/reference/dsl/expression/#doc

A function call is a postfix expression using dsl::op(dsl::parenthesized.opt_list(...)) as operator, and the function name as operand.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by foonathan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants