MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
Loading...
Searching...
No Matches
validator.hpp File Reference

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>
Include dependency graph for validator.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Semantic validator for Pascal programs — scope, type, and declaration checking.

Author
Jared Bruni

Definition in file validator.hpp.