tuple
This commit is contained in:
parent
cfc7aaf9a2
commit
16378e5d48
10 changed files with 59 additions and 0 deletions
12
test/parser_additional/30.out
Normal file
12
test/parser_additional/30.out
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Module
|
||||
ExprStmt
|
||||
Call
|
||||
Lambda
|
||||
Param(a)
|
||||
Param(b)
|
||||
BinOp(+)
|
||||
Identifier(a)
|
||||
Identifier(b)
|
||||
Number(3)
|
||||
Number(4)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue