Still broken, but all desugaring functions stubbed out.

This commit is contained in:
Meredith L. Patterson 2013-02-03 02:18:19 -05:00
parent 156be7a559
commit 5ae267f3ed
14 changed files with 147 additions and 26 deletions

View file

@ -10,7 +10,7 @@ static HParseResult* parse_end(void *env, HParseState *state) {
}
}
static const HCFChoice* desugar_end(HAllocator *mm__, void *env) {
static HCFChoice* desugar_end(HAllocator *mm__, void *env) {
static HCFChoice ret = {
.type = HCF_END
};