summaryrefslogtreecommitdiff
path: root/builtin.h
diff options
context:
space:
mode:
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);