Implemented a bunch more desugaring
This commit is contained in:
parent
5ae267f3ed
commit
101e90ad9b
11 changed files with 51 additions and 35 deletions
|
|
@ -21,7 +21,8 @@ static bool ignore_isValidCF(void *env) {
|
|||
}
|
||||
|
||||
static HCFChoice* desugar_ignore(HAllocator *mm__, void *env) {
|
||||
|
||||
HParser *p = (HParser*)env;
|
||||
return (p->vtable->desugar(mm__, p->env));
|
||||
}
|
||||
|
||||
static const HParserVtable ignore_vt = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue