remove soml parser from tests

This commit is contained in:
Torsten Ruger
2016-12-08 19:39:16 +02:00
parent e2236cf703
commit 4cd979e3e9
9 changed files with 105 additions and 6 deletions

View File

@ -11,6 +11,19 @@ class Space
end
end
HERE
@input = s(:statements,
s(:class, :Space,
s(:derives, nil),
s(:statements,
s(:function, :Integer,
s(:name, :main),
s(:parameters),
s(:statements,
s(:call,
s(:name, :putstring),
s(:arguments),
s(:receiver,
s(:string, "Hello again"))))))))
super
end