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

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