From 00d97bc1c3f1ec5c03cea8b55ba6ab8d296207fd Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 12 Aug 2021 12:33:20 +0000
Subject: [PATCH] use parent gen type

---
 main.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/main.cpp b/main.cpp
index 9105006..3863260 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,13 +1,13 @@
-#include <iostream>
-#include <string>
 #include "ast.h"
 #include "gens.h"
 #include "parsers.h"
+#include <iostream>
+#include <string>
 
-int main(int argc, char** argv)
+int main(int argc, char **argv)
 {
 	Document *d;
-	parser *p = new tester();
+	parser *p = new par_tester();
 	gen *g = new dot_gen();
 	g->set_file("temp.dot");
 	d = p->parse();

--
Gitblit v1.10.0