Browse Source

work in progress

Andrea Gussoni 8 years ago
parent
commit
8b683c9e74
2 changed files with 2 additions and 1 deletions
  1. 1 0
      source/Main.cpp
  2. 1 1
      source/Parser.h

+ 1 - 0
source/Main.cpp

@@ -76,3 +76,4 @@ int main() {
 
   return 0;
 }
+}

+ 1 - 1
source/Parser.h

@@ -5,7 +5,7 @@
 #include <map>
 
 // Local includes
-#include "Ast.h"
+//#include "Ast.h"
 
 namespace parser {