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

12 lines
200 B
C

#pragma once
#include "Node.h"
#include "SelectStatement.h"
#include "SelectItem.h"
#include "SelectList.h"
#include "Statement.h"
#include "StatementList.h"
#include "StringLiteral.h"
#undef emit