fix call site and now seperated assignment (was bunged as operator)

This commit is contained in:
Torsten Ruger
2015-10-09 17:27:22 +03:00
parent c9942ec516
commit 7f2f64c713
13 changed files with 68 additions and 67 deletions

View File

@ -1,8 +1,7 @@
puts(3 , a )
-- -- --
s(:expressions,
s(:call,
s(:name, :puts),
s(:arguments,
s(:int, 3),
s(:name, :a))))
s(:call,
s(:name, :puts),
s(:arguments,
s(:int, 3),
s(:name, :a)))