pgLab/pglablib/sqlast/Visitor.cpp
eelke fbbe832a05 Start of new ANTLR4 based parser.
Very simple tests pass.
2022-04-03 12:27:35 +02:00

8 lines
71 B
C++

#include "Visitor.h"
using namespace sqlast;
Visitor::Visitor()
{
}