desugaring done for many and attr_bool
This commit is contained in:
parent
101e90ad9b
commit
ab89b0fd4d
6 changed files with 70 additions and 15 deletions
|
|
@ -43,8 +43,7 @@ static HCFChoice* desugar_ab(HAllocator *mm__, void *env) {
|
|||
ret->seq = h_new(HCFSequence*, 2);
|
||||
ret->seq[0] = seq;
|
||||
ret->seq[1] = NULL;
|
||||
/* TODO: need to process this as an HPredicate */
|
||||
ret->action = a->action;
|
||||
ret->pred = a->pred;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue