![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <mutable/mutable.hpp>#include "backend/Interpreter.hpp"#include "backend/StackMachine.hpp"#include "backend/WebAssembly.hpp"#include "IR/PartialPlanGenerator.hpp"#include "lex/Lexer.hpp"#include "parse/Parser.hpp"#include "parse/Sema.hpp"#include <cerrno>#include <fstream>#include <mutable/catalog/DatabaseCommand.hpp>#include <mutable/io/Reader.hpp>#include <mutable/IR/Tuple.hpp>#include <mutable/Options.hpp>#include <mutable/util/Diagnostic.hpp>