lib/compiler.fy in fancy-0.7.0 vs lib/compiler.fy in fancy-0.8.0

- old
+ new

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