![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
An entity in the IR is a bundle of information. More...
#include <cinttypes>
#include <vector>
#include <Ark/Compiler/Word.hpp>
#include <Ark/Compiler/Instructions.hpp>
Go to the source code of this file.
Classes | |
class | Ark::internal::IR::Entity |
Namespaces | |
namespace | Ark |
namespace | Ark::internal |
namespace | Ark::internal::IR |
Typedefs | |
using | Ark::internal::IR::label_t = std::size_t |
using | Ark::internal::IR::Block = std::vector<Entity> |
Variables | |
constexpr uint16_t | Ark::internal::IR::MaxValueForDualArg = 0x0fff |
The maximum value an argument can have when an IR entity has two arguments. | |
An entity in the IR is a bundle of information.
Definition in file Entity.hpp.