pgLab/pglablib/sqlast/Literal.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 "Literal.h"
using namespace sqlast;
Literal::Literal()
{
}