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

Fix grammar for expression_list

Grammar was incorrect in the sens that in
``
let f : R -> R, x -> (x+3)*2;
``
`(x+3)*2` was interpreted as an expression_list multiplied by 2 instead of the
single expression `(x+3)*2`. Expression list now requires at least two elements.

Also, allow to grammar now support function calls with multiple parameters.
parent db96f4ee
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