Forgot to actually add desugaring function

This commit is contained in:
Dan Hirsch 2013-03-16 14:47:31 -07:00
parent ffd050e603
commit f7246e9589

4
src/desugar.c Normal file
View file

@ -0,0 +1,4 @@
HCFChoice *h_desugar(HAllocator *mm__, HParser *parser) {
return parser->vtable->desugar(mm__, parser);
}