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

Fix list of tuples grammar and its AST simplification

Actually, for instance, list of tuples of R^2 defined as
`((1,2), (2,3))`
were treated correctly but in the case of a single element
`((1,2))` was interpreted as `(1,2)` which is a tuple of natural
integers.
parent 3feead36
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment