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