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, 0 insertions, 12 deletions
diff --git a/lllars/llltranspiler/src/main/kotlin/Input.kt b/lllars/llltranspiler/src/main/kotlin/Input.kt
deleted file mode 100644
index 338c37d..0000000
--- a/lllars/llltranspiler/src/main/kotlin/Input.kt
+++ /dev/null
@@ -1,12 +0,0 @@
-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