mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-30 13:42:24 +03:00
19 lines
125 B
Plaintext
19 lines
125 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Pass
|
|
*/
|
|
|
|
//not tuples
|
|
(x)
|
|
(y)
|
|
(z)
|
|
|
|
//tuples
|
|
(x,)
|
|
(x,y)
|
|
(x,y,z)
|
|
(123,123)
|
|
|
|
()
|
|
|
|
(()) |