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,7 +1,6 @@
puts( 5)
-- -- --
s(:expressions,
s(:call,
s(:name, :puts),
s(:arguments,
s(:int, 5))))
s(:call,
s(:name, :puts),
s(:arguments,
s(:int, 5)))