all of mom and vool

with working block tests this time
This commit is contained in:
2019-08-13 20:35:27 +03:00
parent 155c042009
commit c13a8ceb11
10 changed files with 35 additions and 68 deletions

View File

@ -8,8 +8,7 @@ module Mom
@functions = Builtin.boot_functions
end
def get_compiler( name )
@functions.each.find{|meth|
meth.callable.name == name}
@functions.each.find{|meth| meth.callable.name == name}
end
end
end