From e46e08fceff29622399855043554635d6e33c3c4 Mon Sep 17 00:00:00 2001 From: thing 1 Date: Fri, 10 Jan 2025 17:38:56 +0000 Subject: init commit --- builtin.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 builtin.h (limited to 'builtin.h') 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); -- cgit v1.2.3