desugaring done for many and attr_bool

This commit is contained in:
Meredith L. Patterson 2013-02-20 20:43:16 -05:00
parent 101e90ad9b
commit ab89b0fd4d
6 changed files with 70 additions and 15 deletions

View file

@ -257,6 +257,7 @@ typedef struct HCFChoice_ {
uint8_t chr;
};
HAction action;
HPredicate pred;
} HCFChoice;
struct HCFSequence_ {