Skip to content
Snippets Groups Projects
Commit c37ed55c authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add language::function_argument_list AST node type

It aims at clarifying function arguments treatment, since
language::expression_list's use could be ambiguous

``
let f: x -> (x+2)/2;
``
would generate a parse error and there was no clean way to fix it considering
just `language::expression` and `language::expression_list`
parent ec5caa74
No related branches found
No related tags found
1 merge request!37Feature/language
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment