![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include "parse/Parser.hpp"#include <cerrno>#include <cstdlib>#include <initializer_list>#include <mutable/catalog/Catalog.hpp>#include <mutable/catalog/Schema.hpp>#include <utility>#include "tables/FollowSet.tbl"Go to the source code of this file.
Macros | |
| #define | M_FOLLOW(NAME, SET) const Parser::follow_set_t follow_set_##NAME = make_follow_set SET ; |
| #define M_FOLLOW | ( | NAME, | |
| SET | |||
| ) | const Parser::follow_set_t follow_set_##NAME = make_follow_set SET ; |
Definition at line 86 of file Parser.cpp.