Andrea Gussoni 8 жил өмнө
parent
commit
8b683c9e74
2 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  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 {