From a8607795df772df30e7af4d3ed599df98990e7c7 Mon Sep 17 00:00:00 2001 From: anyunderstanding Date: Sat, 28 Dec 2024 22:16:28 +0100 Subject: wow very toll kotlin transpiler works 100% every time <3 --- lllars/llltranspiler/src/main/kotlin/Input.kt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lllars/llltranspiler/src/main/kotlin/Input.kt (limited to 'lllars/llltranspiler/src/main/kotlin/Input.kt') 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 -- cgit v1.2.3