diff options
author | thing 1 <thing1@seacrossedlovers.xyz> | 2025-01-10 17:38:56 +0000 |
---|---|---|
committer | thing 1 <thing1@seacrossedlovers.xyz> | 2025-01-10 17:38:56 +0000 |
commit | e46e08fceff29622399855043554635d6e33c3c4 (patch) | |
tree | b8074819364bd54b54b4798f07002fe234c506ac /builtin.h |
init commit
Diffstat (limited to 'builtin.h')
-rw-r--r-- | builtin.h | 3 |
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); |