- parser for states flags.

This commit is contained in:
Christoph Oelckers 2016-11-14 19:35:29 +01:00
parent 384f4fe7ce
commit 7bcd83f0c1
6 changed files with 87 additions and 43 deletions

View file

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