aboutsummaryrefslogtreecommitdiff
path: root/lllars/llltranspiler/src/main/kotlin/Input.kt
diff options
context:
space:
mode:
Diffstat (limited to 'lllars/llltranspiler/src/main/kotlin/Input.kt')
-rw-r--r--lllars/llltranspiler/src/main/kotlin/Input.kt12
1 files changed, 12 insertions, 0 deletions
diff --git a/lllars/llltranspiler/src/main/kotlin/Input.kt b/lllars/llltranspiler/src/main/kotlin/Input.kt
new file mode 100644
index 0000000..338c37d
--- /dev/null
+++ b/lllars/llltranspiler/src/main/kotlin/Input.kt
@@ -0,0 +1,12 @@
+package me.any
+
+
+
+
+const val INPUT = """
+ {
+ "instructions": [{ "comment": " erster kommentar" },{ "comment": " zweite Kommentar" },{ "comment": " dritter Kommentar" },{ "label": "lars" },{ "goto": "lars" },{ "comment": "/sral 0 @lars" },{ "write": { "target": 0, "source": { "access": { "address": 10 } } }},{ "write": { "target": 0, "source": { "binaryOperation": { "a": { "sAddress": { "sAddress": { "address": 10 } } }, "op": "ADD", "b": { "address": 5 } }} }}]
+
+}
+
+""" \ No newline at end of file