Implement division
This commit is contained in:
@ -1 +1,2 @@
|
||||
! 3 + 4 + 5 + 1 + 2 + 4 + 3
|
||||
.
|
||||
|
1
tests/divide.eln
Normal file
1
tests/divide.eln
Normal file
@ -0,0 +1 @@
|
||||
! 6 / 3
|
1
tests/expectations/divide.txt
Normal file
1
tests/expectations/divide.txt
Normal file
@ -0,0 +1 @@
|
||||
2
|
1
tests/expectations/multiply_3.txt
Normal file
1
tests/expectations/multiply_3.txt
Normal file
@ -0,0 +1 @@
|
||||
24
|
1
tests/expectations/plus_minus.txt
Normal file
1
tests/expectations/plus_minus.txt
Normal file
@ -0,0 +1 @@
|
||||
4
|
@ -1 +1,2 @@
|
||||
! 5 * 2
|
||||
.
|
||||
|
2
tests/multiply_3.eln
Normal file
2
tests/multiply_3.eln
Normal file
@ -0,0 +1,2 @@
|
||||
! 3 * 4 * 2
|
||||
.
|
2
tests/plus_minus.eln
Normal file
2
tests/plus_minus.eln
Normal file
@ -0,0 +1,2 @@
|
||||
! 2 + 3 - 1
|
||||
.
|
Reference in New Issue
Block a user