summaryrefslogtreecommitdiff
path: root/builtin.h
diff options
context:
space:
mode:
authorthing 1 <thing1@seacrossedlovers.xyz>2025-01-10 17:38:56 +0000
committerthing 1 <thing1@seacrossedlovers.xyz>2025-01-10 17:38:56 +0000
commite46e08fceff29622399855043554635d6e33c3c4 (patch)
treeb8074819364bd54b54b4798f07002fe234c506ac /builtin.h
init commit
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin.h b/builtin.h
new file mode 100644
index 0000000..acbfd31
--- /dev/null
+++ b/builtin.h
@@ -0,0 +1,3 @@
+bool arithmetic(luckytree *tree, luckyval *out);
+bool variableops(luckytree *tree, luckyval *out);
+bool io(luckytree *tree, luckyval *out);