![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
Public Attributes | |
std::vector< Instruction > | expected |
Instruction | replacement |
std::function< bool(const Entities &)> | condition |
Additional condition to match. | |
std::function< DualArgs(const Entities &)> | createReplacement |
Create the replacement instructions from given context. | |
Definition at line 53 of file IROptimizer.hpp.
std::function<bool(const Entities&)> Ark::internal::IROptimizer::Rule::condition |
Additional condition to match.
Definition at line 57 of file IROptimizer.hpp.
Create the replacement instructions from given context.
Definition at line 60 of file IROptimizer.hpp.
std::vector<Instruction> Ark::internal::IROptimizer::Rule::expected |
Definition at line 55 of file IROptimizer.hpp.
Instruction Ark::internal::IROptimizer::Rule::replacement |
Definition at line 56 of file IROptimizer.hpp.