#include <QLabel>
#include <QLineEdit>
#include <QVBoxLayout>
#include <QWizard>
#include <QWizardPage>
#include "backend/slr1_parser.hpp"
#include "slrwizardpage.h"
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... | |