aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-15 15:39:34 +0200
committerlemon <lsof@mailbox.org>2022-08-15 15:39:34 +0200
commit9a81784d8331fb59465cb9eed6207ebd3ceb25ff (patch)
tree6c83dbbe37bc10bee09741e07ea35cca228dfd61 /src/cffc.hff
parentfeeb86d046d55d197040c7061e39198c80373ecb (diff)
self hosted hello world parses
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 6910179..2b6faaf 100644
--- a/src/cffc.hff
+++ b/src/cffc.hff
@@ -99,6 +99,8 @@ struct Expr {
StrLit [#]const u8,
BoolLit bool,
NullLit,
+ Symbol *Decl,
+ Call struct { lhs *Expr, args [#]Expr }
}
}