SyntaxTutor
Educational app designed to help compiler students understand LL(1) and SLR(1) parsing algorithms.
 
Loading...
Searching...
No Matches
grammar_factory.hpp File Reference
#include "grammar.hpp"
#include "symbol_table.hpp"
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for grammar_factory.hpp:
This graph shows which files directly or indirectly include this file:

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...