aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-07 12:01:48 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-07 12:01:48 +0800
commitac19e9752dee0b9a78709e41f6a6c2d52c611908 (patch)
treeec40d049cf044ef72c08255f5dd626cf042a61a3 /main.cpp
parent7eef3d538bb652d26cf99d35f307cd22581ea393 (diff)
fixed some severe problems and added tests
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 68f6c33..2e4d294 100644
--- a/main.cpp
+++ b/main.cpp
@@ -17,7 +17,7 @@ void tree_print(Cons *ptr) {
#endif
int main() {
- //freopen("in", "r", stdin);
+// freopen("in.scm", "r", stdin);
Tokenizor *tk = new Tokenizor();
ASTGenerator *ast = new ASTGenerator();
Evaluator *eval = new Evaluator();