AALanguage
The best language for those who have nothing to do
Loading...
Searching...
No Matches
Analyzer.h File Reference
#include <regex>
#include <iostream>
#include "LexicalAnalyzer.h"
#include <exception>
#include <stack>
#include <unordered_set>
#include <string>
#include <cstdlib>
#include <ctime>
#include <random>
#include <chrono>
#include "Large.h"
#include "Poliz.h"
#include "Semantic.h"
Include dependency graph for Analyzer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Analyzer
 The main class that implements syntactic analysis of the program by array of tokens. During its execution other components of the interpreter are called. More...