aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
diff options
context:
space:
mode:
Diffstat (limited to 'interpreter.py')
-rwxr-xr-xinterpreter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter.py b/interpreter.py
index 4d28ce6..2b12db3 100755
--- a/interpreter.py
+++ b/interpreter.py
@@ -65,7 +65,7 @@ class Executable(BuildTarget):
pass
class Interpreter():
-
+
def __init__(self, code, scratch_dir):
self.ast = parser.build_ast(code)
self.sanity_check_ast()