aboutsummaryrefslogtreecommitdiff
path: root/src/parse.cff
blob: 089d64708289117cf7cb0f04819795b221462e0e (plain) (blame)
1
2
3
4
5
import "all.hff";

extern fn parse(P *Parser, path *const u8) [#]Decl {
   return {};
}