SyntaxTutor
Educational app designed to help compiler students understand LL(1) and SLR(1) parsing algorithms.
 
Loading...
Searching...
No Matches
slrwizard.h File Reference
#include <QLabel>
#include <QLineEdit>
#include <QVBoxLayout>
#include <QWizard>
#include <QWizardPage>
#include "backend/slr1_parser.hpp"
#include "slrwizardpage.h"
Include dependency graph for slrwizard.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLRWizard
 Interactive assistant that guides the student step-by-step through the SLR(1) parsing table. More...