lib/compiler.fy in fancy-0.5.0 vs lib/compiler.fy in fancy-0.6.0

- old
+ new

@@ -6,9 +6,9 @@ require: "compiler/stages" require: "compiler/ast" require: "parser" -if: (__FILE__ == (ARGV[0])) then: { +if: (ARGV main?: __FILE__) then: { require: "compiler/command" - Fancy Compiler Command run: ARGV + Fancy Compiler Command run: (ARGV rest) }