Rename facade and update code to deal with that.

This commit is contained in:
back2dos
2013-09-29 13:07:10 +02:00
parent 8dc700b434
commit fe51e127f2
9 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ package tink.macro;
import haxe.macro.Expr;
using tink.Macro;
using tink.MacroApi;
class Binary {
static public function get(o:Binop, e:Expr)