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:
@ -13,7 +13,7 @@ class Space
|
||||
end
|
||||
|
||||
HERE
|
||||
@input = s(:statements, s(:class, :Space, s(:derives, nil), s(:statements, s(:function, :Integer, s(:name, :main), s(:parameters), s(:statements, s(:return, s(:operator_value, :*, s(:int, 2147483648), s(:int, 2147483648))))))))
|
||||
@input = s(:statements, s(:return, s(:operator_value, :*, s(:int, 2147483648), s(:int, 2147483648))))
|
||||
super
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user