hammer/src/desugar.c

7 lines
162 B
C
Raw Normal View History

2013-03-17 13:25:02 -07:00
#include "hammer.h"
#include "internal.h"
2013-03-17 13:25:02 -07:00
HCFChoice *h_desugar(HAllocator *mm__, const HParser *parser) {
return parser->vtable->desugar(mm__, parser->env);
}