stl + brainfuck sample program

This commit is contained in:
2022-02-24 13:29:37 +01:00
parent 2c49433887
commit cee371a2a2
7 changed files with 738 additions and 102 deletions

View File

@@ -6,9 +6,11 @@
<while>
<value variable="a" />
<do>
<print>
<value variable="a" />
</print>
<call function="print">
<arguments>
<value variable="a" />
</arguments>
</call>
<assign variable="a">
<subtract>
<value variable="a" />