#include "toc.h"\r
#include "repr.h"\r
#include "repr_get.h"\r
-#include "check.h"\r
+//#include "check.h"\r
\r
using namespace antlr4;\r
\r
\r
//std::cout << "Parse Tree: " << s << std::endl;\r
\r
- Program prg = getProgram(prog);\r
+ Program prg = getProgram(prog, nullptr);\r
\r
try\r
{\r
tocProgram(std::cout, prg);\r
\r
- if (!checkProgram(prg))\r
- std::cerr << "Error" << std::endl;\r
+ // if (!checkProgram(prg))\r
+ // std::cerr << "Error" << std::endl;\r
\r
std::ofstream ofs("output.c");\r
tocProgram(ofs, prg);\r