prune builtin

will need much less, many more things can be expressed in soml
This commit is contained in:
Torsten Ruger
2015-10-23 15:13:05 +03:00
parent 147a77f4e4
commit 6754518daf
6 changed files with 4 additions and 83 deletions

View File

@ -33,11 +33,6 @@ module Register
function.set_return ret
function
end
def __send context
function = MethodSource.create_method(:Kernel,:Integer ,:__send , [] )
function.source.set_return_type :Integer
return function
end
def emit_syscall function , name
save_message( function )