tdd this shit
This commit is contained in:
parent
f0f71075f1
commit
e576ade39b
30 changed files with 103 additions and 0 deletions
8
test/parser/14.out
Normal file
8
test/parser/14.out
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Module
|
||||
FunctionDef(add)
|
||||
Param(a)
|
||||
Param(b)
|
||||
Return
|
||||
BinOp(+)
|
||||
Identifier(a)
|
||||
Identifier(b)
|
||||
Loading…
Add table
Add a link
Reference in a new issue