Interesting changes; starting work on ASTing the tree

This commit is contained in:
Paul Tagliamonte 2012-12-16 08:24:22 -05:00
parent 33771bf254
commit 73e43d71b7
2 changed files with 5 additions and 2 deletions

5
hy/emitters/ast27.py Normal file
View File

@ -0,0 +1,5 @@
#
def emit(tree):
pass

View File

@ -1,7 +1,5 @@
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
(ns test)
(def square
(fn [x] (* x x)))