#include "grammar.hpp"#include "symbol_table.hpp"#include <string>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| struct | GrammarFactory |
| Responsible for creating and managing grammar items and performing checks on grammars. More... | |
| struct | GrammarFactory::FactoryItem |
| Represents an individual grammar item with its associated symbol table. More... | |