Use right package.
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
package tink.macro.tools;
|
package tink.macro;
|
||||||
|
|
||||||
import haxe.macro.Context;
|
import haxe.macro.Context;
|
||||||
import haxe.macro.Expr;
|
import haxe.macro.Expr;
|
||||||
|
|
||||||
using Lambda;
|
using Lambda;
|
||||||
using tink.macro.tools.ExprTools;
|
using tink.macro.Exprs;
|
||||||
|
|
||||||
class Printer {
|
class Printer {
|
||||||
static var binops = '+,*,/,-,=,==,!=,>,>=,<,<=,&,|,^,&&,||,<<,>>,>>>,%,NONE,...,=>'.split(',');
|
static var binops = '+,*,/,-,=,==,!=,>,>=,<,<=,&,|,^,&&,||,<<,>>,>>>,%,NONE,...,=>'.split(',');
|
||||||
|
|||||||
Reference in New Issue
Block a user