Explorar el Código

work in progress

Andrea Gussoni hace 8 años
padre
commit
8b683c9e74
Se han modificado 2 ficheros con 2 adiciones y 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 {