Identifier
This commit is contained in:
@@ -45,7 +45,7 @@ class rsin_driver
|
|||||||
{
|
{
|
||||||
this->opts = opts;
|
this->opts = opts;
|
||||||
};
|
};
|
||||||
void addFormRSCTLK(FormRSCTLK *f)
|
void addFormRSCTLK(std::string *propertyName, FormRSCTLK *f)
|
||||||
{
|
{
|
||||||
rsctlkform = f;
|
rsctlkform = f;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ class rsin_driver;
|
|||||||
%union
|
%union
|
||||||
{
|
{
|
||||||
int ival;
|
int ival;
|
||||||
std::string *sval;
|
std::string sval;
|
||||||
FormRSCTLK *frsctlk;
|
FormRSCTLK *frsctlk;
|
||||||
// Entity_f *ent;
|
// Entity_f *ent;
|
||||||
// Action_f *act;
|
// Action_f *act;
|
||||||
@@ -81,8 +81,8 @@ system:
|
|||||||
| INITIALCONTEXTS LCB initstates RCB system
|
| INITIALCONTEXTS LCB initstates RCB system
|
||||||
| CONTEXTENTITIES LCB actionentities RCB system
|
| CONTEXTENTITIES LCB actionentities RCB system
|
||||||
| CONTEXTAUTOMATON LCB ctxaut RCB system
|
| CONTEXTAUTOMATON LCB ctxaut RCB system
|
||||||
| RSCTLKFORM LCB rsctlk_form RCB system {
|
| RSCTLKFORM LCB IDENTIFIER COL rsctlk_form RCB system {
|
||||||
driver.addFormRSCTLK($3);
|
driver.addFormRSCTLK($3, $5);
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user