much less test code (s-exps) needed because compiler defaults to main

but some compilation outside needed, hence clean_compile
This commit is contained in:
Torsten Ruger
2016-12-17 00:19:23 +02:00
parent 5c34835ae3
commit 1a224f904b
9 changed files with 24 additions and 22 deletions

View File

@ -11,7 +11,7 @@ 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"))))))))
@input = s(:statements, s(:call, s(:name, :putstring), s(:arguments), s(:receiver, s(:string, "Hello again"))))
super
end