~technomancy/antifennel

7cf2a2ec4e2d92e82a396e5b1208454eac0b98ed — Phil Hagelberg 7 months ago 3013412
Release version 0.3.0.
2 files changed, 2 insertions(+), 2 deletions(-)

M antifennel.lua
M antifennel_expected.fnl
M antifennel.lua => antifennel.lua +1 -1
@@ 71,7 71,7 @@ if debug and debug.getinfo and debug.getinfo(3) == nil then -- run as a script
         print(fnlfmt.fnlfmt(code) .. "\n")
      end
   else
      print("Antifennel version 0.3.0-dev.")
      print("Antifennel version 0.3.0.")
      print(("Usage: %s [--comments] LUA_FILENAME"):format(arg[0]))
      print("Compiles LUA_FILENAME to Fennel and prints output.")
      os.exit(1)

M antifennel_expected.fnl => antifennel_expected.fnl +1 -1
@@ 69,7 69,7 @@
                                             comments))]
                (print (.. (fnlfmt.fnlfmt code) "\n"))))
          (do
            (print "Antifennel version 0.3.0-dev.")
            (print "Antifennel version 0.3.0.")
            (print (: "Usage: %s [--comments] LUA_FILENAME" :format (. arg 0)))
            (print "Compiles LUA_FILENAME to Fennel and prints output.")
            (os.exit 1))))