![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
#include "Compiler.hpp"#include "../../Backend/Lexer/Lexer.hpp"#include "../../Backend/Parser/Parser.hpp"#include "../../Codegen/Bytecode/BytecodeSerializer.hpp"#include "../../Codegen/CodeGen.hpp"#include "../../Codegen/IR/PhasorIR.hpp"#include <filesystem>#include <fstream>#include <iostream>#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | Phasor |
| The Phasor Programming Language and Runtime. | |