aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/com/jantuomi/borker/resources
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2016-07-26 19:43:13 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2016-07-26 19:47:14 +0300
commit8234767203a7f673b12c8f51b83762c511274366 (patch)
tree3dfa221a1bc0c94860363a74bdaf4c3dbb23226d /src/test/com/jantuomi/borker/resources
parent9c189c2d1ef35184ec9a9d08bdeeb52936902867 (diff)
Rename project to tunkki
Diffstat (limited to 'src/test/com/jantuomi/borker/resources')
-rw-r--r--src/test/com/jantuomi/borker/resources/funcdef.bork8
-rw-r--r--src/test/com/jantuomi/borker/resources/program.bork13
-rw-r--r--src/test/com/jantuomi/borker/resources/test.file4
3 files changed, 0 insertions, 25 deletions
diff --git a/src/test/com/jantuomi/borker/resources/funcdef.bork b/src/test/com/jantuomi/borker/resources/funcdef.bork
deleted file mode 100644
index 8412129..0000000
--- a/src/test/com/jantuomi/borker/resources/funcdef.bork
+++ /dev/null
@@ -1,8 +0,0 @@
-/* kommentti juu jee */
-
-func my_func x y as
- + x 1
- - y x
-end
-
-my_func(1 2) \ No newline at end of file
diff --git a/src/test/com/jantuomi/borker/resources/program.bork b/src/test/com/jantuomi/borker/resources/program.bork
deleted file mode 100644
index 7034625..0000000
--- a/src/test/com/jantuomi/borker/resources/program.bork
+++ /dev/null
@@ -1,13 +0,0 @@
-/* get an integer from the user */
-decl lhs decl rhs
-set lhs in("give an integer: ")
-set rhs in("give another: ")
-
-/* add the inputs together */
-decl sum
-set sum + as_int(lhs) as_int(rhs)
-
-/* print the sum */
-out( concat(lhs " + " rhs " = " sum) )
-
-"done" \ No newline at end of file
diff --git a/src/test/com/jantuomi/borker/resources/test.file b/src/test/com/jantuomi/borker/resources/test.file
deleted file mode 100644
index 3b723c0..0000000
--- a/src/test/com/jantuomi/borker/resources/test.file
+++ /dev/null
@@ -1,4 +0,0 @@
-###
-This test file starts and
-ends in three # symbols
-### \ No newline at end of file