aboutsummaryrefslogtreecommitdiff
path: root/src/parse.cff
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.cff')
-rw-r--r--src/parse.cff5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parse.cff b/src/parse.cff
new file mode 100644
index 0000000..35cccdb
--- /dev/null
+++ b/src/parse.cff
@@ -0,0 +1,5 @@
+import "parse.hff";
+
+extern fn parse(P *Parser, path *const u8) [#]Decl {
+ return {};
+}