Start of new ANTLR4 based parser.
Very simple tests pass.
This commit is contained in:
parent
03b4194193
commit
fbbe832a05
44 changed files with 860 additions and 8 deletions
12
pglablib/sqlast/sqlast.h
Normal file
12
pglablib/sqlast/sqlast.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue