summaryrefslogtreecommitdiff
path: root/docs/example_IR
diff options
context:
space:
mode:
authorElias Haugsbakk <[email protected]>2026-09-18 00:13:13 +0200
committerElias Haugsbakk <[email protected]>2026-09-18 00:13:13 +0200
commitc7363c58612b7d3183c0ee91d5eee166fd515758 (patch)
tree175dfd722168a51c446da7f3a971f4464a3be30b /docs/example_IR
parent30b415615740939a7522a20f222699a30f89a22e (diff)
implement print("String") for IR to assembly translation
Diffstat (limited to 'docs/example_IR')
-rw-r--r--docs/example_IR3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/example_IR b/docs/example_IR
new file mode 100644
index 0000000..e62bb3d
--- /dev/null
+++ b/docs/example_IR
@@ -0,0 +1,3 @@
+# v0.0.1
+str1 = "Hello World"
+print(str1)