Implemented a bunch more desugaring

This commit is contained in:
Dan Hirsch 2013-02-20 18:58:15 -05:00
parent 5ae267f3ed
commit 101e90ad9b
11 changed files with 51 additions and 35 deletions

View file

@ -22,7 +22,8 @@ static bool opt_isValidCF(void *env) {
}
static HCFChoice* desugar_optional(HAllocator *mm__, void *env) {
HParser *p = (HParser*) env;
return p->vtable->desugar(mm__, p->env);
}
static const HParserVtable optional_vt = {