diff options
author | anyunderstanding | 2024-12-28 22:16:28 +0100 |
---|---|---|
committer | anyunderstanding | 2024-12-28 22:16:28 +0100 |
commit | a8607795df772df30e7af4d3ed599df98990e7c7 (patch) | |
tree | 6b7473756de3d82f62f1e96becc51851fd3246f1 /lllars/llltranspiler/src/main/kotlin/Input.kt | |
parent | b41c0d95baf3f311ba562a0d165b5ee0d004d4e7 (diff) |
wow very toll kotlin transpiler works 100% every time <3
Diffstat (limited to 'lllars/llltranspiler/src/main/kotlin/Input.kt')
-rw-r--r-- | lllars/llltranspiler/src/main/kotlin/Input.kt | 12 |
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 |