aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/src/#parser_main.cpp#
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-13 14:42:11 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-13 14:42:11 +0000
commit494894c2072494f199214acc5855155baae6d174 (patch)
treeb9d38c7e078f2d25177d4758faf246314df00183 /c_parser/src/#parser_main.cpp#
parentda008507b6e0409b7a06984194a5eb9b149caac9 (diff)
downloadCompiler-494894c2072494f199214acc5855155baae6d174.tar.gz
Compiler-494894c2072494f199214acc5855155baae6d174.zip
Working kind of
Diffstat (limited to 'c_parser/src/#parser_main.cpp#')
-rw-r--r--c_parser/src/#parser_main.cpp#13
1 files changed, 0 insertions, 13 deletions
diff --git a/c_parser/src/#parser_main.cpp# b/c_parser/src/#parser_main.cpp#
deleted file mode 100644
index 3dff644..0000000
--- a/c_parser/src/#parser_main.cpp#
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "ast.hpp"
-
-#include <iostream>
-
-int main(int argc, char *argv[]) {
-
- const Expression *ast = parseAST();
- ast->print();
-
- std::cout << std::endl;
-
- return 0;
-}