Translation into ISPL (for benchmarks with MCMAS)
This commit was merged in pull request #3.
This commit is contained in:
committed by
GitHub
parent
48b4f1bb4d
commit
a864329883
@@ -23,9 +23,12 @@
|
||||
#define STC_IS_VALID(a) (STC_COND_1ARG(a) || STC_COND_2ARG(a) || (a) == STC_PV || (a) == STC_TF)
|
||||
|
||||
class SymRS;
|
||||
class RSExporter;
|
||||
|
||||
class StateConstr
|
||||
{
|
||||
friend class RSExporter;
|
||||
|
||||
Oper oper;
|
||||
StateConstr *arg[2];
|
||||
std::string entity_name;
|
||||
|
||||
Reference in New Issue
Block a user