Cthulhu  0.2.10
Cthulhu compiler collection
main.c
Go to the documentation of this file.
1 // SPDX-License-Identifier: GPL-3.0-only
2 
3 #include "sql/ast.h"
4 
5 #include "interop/compile.h"
6 #include "driver/driver.h"
7 
8 #include "sql_bison.h"
9 #include "sql_flex.h"
10 
11 CT_CALLBACKS(kCallbacks, sql);
CT_CALLBACKS(kCallbacks, ctu)