update salama

with word fixes mostly
This commit is contained in:
Torsten Ruger 2015-11-10 11:50:56 +02:00
parent 0a67fc38e4
commit 66e989f066
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ GIT
GIT GIT
remote: git://github.com/salama/salama.git remote: git://github.com/salama/salama.git
revision: b2de1c6d7911c16fa547d971ccbb106cf907cc2a revision: 6c2ce66bfcce96ab3b2a5227e2f904598aa2de41
specs: specs:
salama (0.3.0) salama (0.3.0)
salama-object-file (~> 0.3) salama-object-file (~> 0.3)

View File

@ -1,6 +1,6 @@
class Object class Object
int main() int main()
Word five = 4.to_s() Word five = 4.to_s()
five.putstring() return five.putstring()
end end
end end

View File

@ -17,6 +17,6 @@ class Object
return fib return fib
end end
int main() int main()
return fib_print(10) return fib_print(7)
end end
end end