aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-17 07:38:48 +0200
committerlemon <lsof@mailbox.org>2022-08-17 07:38:48 +0200
commit585e51cac05cbb4fbc54ae3381bea4f41320ff5d (patch)
treebc456bc650f5828e6058131ece28e726509b9caa /src/cffc.hff
parentc50a02ec703c7c1c5f6823c8cbd07a424d604792 (diff)
let
Diffstat (limited to 'src/cffc.hff')
-rw-r--r--src/cffc.hff2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cffc.hff b/src/cffc.hff
index ff9d3eb..bc49f29 100644
--- a/src/cffc.hff
+++ b/src/cffc.hff
@@ -133,6 +133,7 @@ struct Stmt {
u enum union {
Block [#]Stmt,
Expr Expr,
+ Decl *Decl,
}
}
@@ -147,6 +148,7 @@ struct Fn {
struct Var {
ty *const Type,
ini Option<Expr>,
+ fwd bool,
fnid int,
}