diff options
| author | Elias Haugsbakk <[email protected]> | 2026-09-18 00:13:13 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-09-18 00:13:13 +0200 |
| commit | c7363c58612b7d3183c0ee91d5eee166fd515758 (patch) | |
| tree | 175dfd722168a51c446da7f3a971f4464a3be30b /docs | |
| parent | 30b415615740939a7522a20f222699a30f89a22e (diff) | |
implement print("String") for IR to assembly translation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/example_IR | 3 |
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) |
