From 8ce7871bf18fd41c44b366b012946013fbf1098d Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Sat, 2 Mar 2013 23:48:22 -0500 Subject: [PATCH] AST'ing. Let's go for this. --- hy/compilers/ast.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hy/compilers/ast.py b/hy/compilers/ast.py index 6e6967c..3b718c6 100644 --- a/hy/compilers/ast.py +++ b/hy/compilers/ast.py @@ -22,4 +22,6 @@ from hy.compilers import HyCompiler class HyASTCompiler(HyCompiler): - pass + + def compile(self, tree): + pass