![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
#include "NativeRuntime.hpp"#include "../../Backend/Lexer/Lexer.hpp"#include "../../Backend/Parser/Parser.hpp"#include "../../AST/AST.hpp"#include "../../Codegen/CodeGen.hpp"#include "../../Codegen/Bytecode/BytecodeDeserializer.hpp"#include "../../Codegen/Bytecode/BytecodeSerializer.hpp"#include "../../Codegen/Cpp/CppCodeGenerator.hpp"#include "../../Runtime/VM/VM.hpp"#include "../../Runtime/Stdlib/StdLib.hpp"#include "../../Runtime/FFI/ffi.hpp"#include <filesystem>#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | Phasor |
| The Phasor Programming Language and Runtime. | |
Macros | |
| #define | error(msg) |
| #define error | ( | msg | ) |
Definition at line 19 of file NativeRuntime.cpp.