Skip to content

Commit 8c9e21a

Browse files
Make example more complex
1 parent 1bb9d2f commit 8c9e21a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

example.math

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
(add 4 (sub 1 3))
1+
(add
2+
(mul 3 4)
3+
(mul
4+
(add 3 4)
5+
(sub 9 8)))

example.ssm

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
push 3
12
push 4
2-
push 1
3+
mul
34
push 3
5+
push 4
6+
add
7+
push 9
8+
push 8
49
sub
10+
mul
511
add

0 commit comments

Comments
 (0)