diff --git a/hy/emitters/ast27.py b/hy/emitters/ast27.py new file mode 100644 index 0000000..e2129f5 --- /dev/null +++ b/hy/emitters/ast27.py @@ -0,0 +1,5 @@ +# + + +def emit(tree): + pass diff --git a/test.hy b/test.hy index ae8005b..2ed227a 100644 --- a/test.hy +++ b/test.hy @@ -1,7 +1,5 @@ ; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp -(ns test) - (def square (fn [x] (* x x)))