![]() |
rego-cpp 1.0.0
A C++ implementation of the Rego language and runtime
|
Represents a plan in the IR. More...
#include <rego.hh>
Public Attributes | |
| Location | name |
| The name of the plan. | |
| std::vector< Block > | blocks |
| The blocks which make up the plan. | |
Represents a plan in the IR.