added some test scripts to use (and test) previously unused instructions

This commit is contained in:
Bob Polis 2020-09-27 17:57:13 +02:00
parent 2700122ca3
commit ac18daa74c
3 changed files with 28 additions and 0 deletions

9
tests/absolute Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env curly
1
abs
out
neg
out
abs
out
end

14
tests/equal Executable file
View File

@ -0,0 +1,14 @@
#!/usr/bin/env curly
\deze
\deze
>hetzelfde
geq
\niet hetzelfde
out
>klaar
gto
:hetzelfde
\hetzelfde!
out
:klaar
end

5
tests/reverse Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env curly
\Dit taaltje is best geinig
rev
out
end