Explorar o código

work in progress

Andrea Gussoni %!s(int64=8) %!d(string=hai) anos
pai
achega
8b683c9e74
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  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 {