![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
Compile the intermediate representation to bytecode. More...
#include <vector>#include <string>#include <Ark/Utils/Platform.hpp>#include <Ark/Utils/Logger.hpp>#include <Ark/Compiler/Common.hpp>#include <Ark/Compiler/ValTableElem.hpp>#include <Ark/Compiler/IntermediateRepresentation/Entity.hpp>Go to the source code of this file.
Classes | |
| class | Ark::internal::IRCompiler |
Namespaces | |
| namespace | Ark |
| namespace | Ark::internal |
Compile the intermediate representation to bytecode.
Definition in file IRCompiler.hpp.