Adding desugar
This commit is contained in:
parent
f7246e9589
commit
4e11c90664
10 changed files with 15 additions and 13 deletions
|
|
@ -22,7 +22,7 @@ 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));
|
||||
return (h_desugar(mm__, p));
|
||||
}
|
||||
|
||||
static const HParserVtable ignore_vt = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue