Still broken, but all desugaring functions stubbed out.
This commit is contained in:
parent
156be7a559
commit
5ae267f3ed
14 changed files with 147 additions and 26 deletions
|
|
@ -12,7 +12,8 @@ static HCFChoice* desugar_epsilon(HAllocator *mm__, void *env) {
|
|||
static HCFSequence res_seq = {NULL};
|
||||
static HCFChoice res_ch = {
|
||||
.type = HCF_CHOICE,
|
||||
.seq = &res_seq
|
||||
.seq = &res_seq,
|
||||
.action = NULL;
|
||||
};
|
||||
|
||||
return &res_ch;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue