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

Go to the source code of this file.

Classes

struct  state
 Represents a state in the LR(0) automaton. More...