more test working

operator wip
This commit is contained in:
Torsten Ruger
2015-09-20 16:52:26 +03:00
parent 77f0a08060
commit 5f628744d6
10 changed files with 42 additions and 49 deletions

View File

@ -1,8 +1,5 @@
module Bosl
Compiler.class_eval do
# operators are really function calls
# call_site - attr_reader :name, :args , :receiver
def on_call expression
name , arguments , receiver = *expression