|
MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
|
Semantic validator for Pascal programs — scope, type, and declaration checking. More...
#include "scanner/scanner.hpp"#include "scanner/types.hpp"#include <string>#include <unordered_map>#include <unordered_set>

Go to the source code of this file.
Classes | |
| struct | mxx::Scope |
| A single scope level, tracking declared identifiers by category. More... | |
| class | mxx::TPValidator |
| Semantic validator for Pascal programs. More... | |
Namespaces | |
| namespace | mxx |
Semantic validator for Pascal programs — scope, type, and declaration checking.
Definition in file validator.hpp.