AALanguage
The best language for those who have nothing to do
|
#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"
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... | |