#include <QMainWindow>
#include <QSettings>
#include "backend/grammar.hpp"
#include "backend/grammar_factory.hpp"
#include "lltutorwindow.h"
#include "slrtutorwindow.h"
#include "tutorialmanager.h"
Go to the source code of this file.
Classes | |
class | MainWindow |
Main application window of SyntaxTutor, managing levels, exercises, and UI state. More... | |