SyntaxTutor
Educational app designed to help compiler students understand LL(1) and SLR(1) parsing algorithms.
 
Loading...
Searching...
No Matches
mainwindow.h File Reference
#include <QMainWindow>
#include <QSettings>
#include "backend/grammar.hpp"
#include "backend/grammar_factory.hpp"
#include "lltutorwindow.h"
#include "slrtutorwindow.h"
#include "tutorialmanager.h"
Include dependency graph for mainwindow.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MainWindow
 Main application window of SyntaxTutor, managing levels, exercises, and UI state. More...