mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 16:41:42 +03:00
14 lines
109 B
Plaintext
14 lines
109 B
Plaintext
|
/*
|
||
|
ns: ParseExpression
|
||
|
expectation: Pass
|
||
|
*/
|
||
|
|
||
|
1 * 1
|
||
|
|
||
|
2*3
|
||
|
|
||
|
1 * 2 * 3
|
||
|
|
||
|
1 ** 2 * 3 ** 4
|
||
|
|
||
|
1 ** 2 * 3 ** 4 / 5 ** 6
|