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

8 lines
80 B
C++

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