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

MXVM parser — tokenization, AST construction, and intermediate code generation. More...

#include "mxvm/parser.hpp"
#include "mxvm/ast.hpp"
#include "mxvm/icode.hpp"
#include "scanner/exception.hpp"
#include "scanner/scanner.hpp"
#include <algorithm>
#include <filesystem>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <set>
#include <unordered_map>
Include dependency graph for parser.cpp:

Go to the source code of this file.

Namespaces

namespace  mxvm

Detailed Description

MXVM parser — tokenization, AST construction, and intermediate code generation.

Author
Jared Bruni

Definition in file parser.cpp.