Complete rs to ispl translation.

This commit is contained in:
Marcin Piątkowski
2025-04-02 21:20:05 +02:00
parent 48b4f1bb4d
commit 94ae1c602d
9 changed files with 891 additions and 5 deletions

View File

@@ -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;