#include <string>#include <unordered_map>#include <unordered_set>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| struct | SymbolTable |
| Stores and manages grammar symbols, including their classification and special markers. More... | |
Enumerations | |
| enum class | symbol_type { NO_TERMINAL , TERMINAL } |
| Represents the type of a grammar symbol. More... | |
|
strong |