diff options
| author | 2022-08-08 19:31:35 +0200 | |
|---|---|---|
| committer | 2022-08-08 19:31:35 +0200 | |
| commit | dddbdcbeb41777c1e98e37281dddd6f3c89a1280 (patch) | |
| tree | 6c172f13a3d7d92bc31b8a045d81b7fa7caad007 /src/parse.hff | |
| parent | fc55daf22dd890860ac9c1a0a29900977a700df2 (diff) | |
ok
Diffstat (limited to 'src/parse.hff')
| -rw-r--r-- | src/parse.hff | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/parse.hff b/src/parse.hff index 463dd26..9976df3 100644 --- a/src/parse.hff +++ b/src/parse.hff @@ -16,3 +16,12 @@ struct Tok { i i64 }, } + +struct Decl { +} + +struct Parser { + +} + +extern fn parse(P *Parser, path *const u8) [#]Decl; |