From e417662dce5cae2e95ef98ee38baa8f53a02b9d5 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 16 Apr 2014 15:17:31 -0400 Subject: mbleh --- ast2json/script2json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ast2json/script2json.py') diff --git a/ast2json/script2json.py b/ast2json/script2json.py index 60be575..d5cafa2 100755 --- a/ast2json/script2json.py +++ b/ast2json/script2json.py @@ -44,7 +44,7 @@ def print_Return(stmt): return [stmt['expression']] def print_UserStatement(stmt): - return [stmt['line']] + return [stmt['line'], stmt['parsed']] def print_Init(stmt): raise NotImplementedError() -- cgit v1.2.3-70-g09d2