tuple
This commit is contained in:
parent
cfc7aaf9a2
commit
16378e5d48
10 changed files with 59 additions and 0 deletions
13
test/parser_additional/33.out
Normal file
13
test/parser_additional/33.out
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Module
|
||||
ExprStmt
|
||||
ListComp
|
||||
BinOp(*)
|
||||
Identifier(x)
|
||||
Identifier(x)
|
||||
For(x)
|
||||
Identifier(items)
|
||||
If
|
||||
Compare(>)
|
||||
Identifier(x)
|
||||
Number(0)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue