#include <map>
#include <span>
#include <string>
#include <unordered_set>
#include "grammar.hpp"
#include "lr0_item.hpp"
#include "state.hpp"
Go to the source code of this file.
Classes | |
class | SLR1Parser |
Implements an SLR(1) parser for context-free grammars. More... | |
struct | SLR1Parser::s_action |