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:
@ -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(:return, s(:operator_value, :+, s(:int, 4611686018427387903), s(:int, 1))))))))
|
||||
@input = s(:statements, s(:return, s(:operator_value, :+, s(:int, 4611686018427387903), s(:int, 1))))
|
||||
super
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user