add "reshape" action to HCFChoice
This commit is contained in:
parent
0431528065
commit
623fd6b030
2 changed files with 6 additions and 0 deletions
|
|
@ -285,6 +285,8 @@ typedef struct HCFChoice_ {
|
|||
HCFSequence** seq;
|
||||
uint8_t chr;
|
||||
};
|
||||
HAction reshape; // take CFG parse tree to HParsedToken of expected form.
|
||||
// to execute before action and pred are applied.
|
||||
HAction action;
|
||||
HPredicate pred;
|
||||
} HCFChoice;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue