summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/zpy/sample.zpy
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2024-07-11 13:33:42 +0100
committerthing1 <thing1@seacrossedlovers.xyz>2024-07-11 13:33:42 +0100
commitfec2f4d9d1989feb0290dfcff416385ec4b97586 (patch)
tree6098d2f8c80cabe776ca0a8c6f24233906573844 /comp/lucas-standen-NEA/code/zpy/sample.zpy
parent3d0db47fa403229bced868f0b59e024b95cd19b6 (diff)
finished vars, started work on the final zpy executable, still need to fix the parser though
Diffstat (limited to 'comp/lucas-standen-NEA/code/zpy/sample.zpy')
-rw-r--r--comp/lucas-standen-NEA/code/zpy/sample.zpy3
1 files changed, 3 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code/zpy/sample.zpy b/comp/lucas-standen-NEA/code/zpy/sample.zpy
new file mode 100644
index 0000000..39dacc0
--- /dev/null
+++ b/comp/lucas-standen-NEA/code/zpy/sample.zpy
@@ -0,0 +1,3 @@
+(let a:i64 4)
+(let b:i64 2)
+(+ a b)