- parser for states flags.
This commit is contained in:
parent
384f4fe7ce
commit
7bcd83f0c1
6 changed files with 87 additions and 43 deletions
|
|
@ -228,6 +228,7 @@ struct ZCC_EnumTerminator : ZCC_TreeNode
|
|||
struct ZCC_States : ZCC_TreeNode
|
||||
{
|
||||
struct ZCC_StatePart *Body;
|
||||
ZCC_Identifier *Flags;
|
||||
};
|
||||
|
||||
struct ZCC_StatePart : ZCC_TreeNode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue