aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/src/#parser_main.cpp#
diff options
context:
space:
mode:
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;
-}