Forgot to actually add desugaring function
This commit is contained in:
parent
ffd050e603
commit
f7246e9589
1 changed files with 4 additions and 0 deletions
4
src/desugar.c
Normal file
4
src/desugar.c
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
HCFChoice *h_desugar(HAllocator *mm__, HParser *parser) {
|
||||||
|
return parser->vtable->desugar(mm__, parser);
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue