![]() |
Qt 6.x
The Qt SDK
|
#include "cppgenerator.h"
#include "lalr.h"
#include "recognizer.h"
#include <QtCore/qbitarray.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qfile.h>
#include <QtCore/qmap.h>
#include <QtCore/private/qconfig_p.h>
#include <iterator>
Go to the source code of this file.
Macros | |
#define | ACTION(i, j) table [(i) * terminal_count + (j)] |
#define | GOTO(i, j) pgoto [(i) * non_terminal_count + (j)] |