You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"test_data/compiler_tests/functional_test_countif.yaka": ">> countif str test <<\ncount len 3 ==> 3\ncount len 5 ==> 2\n>> countif int test <<\ncount up to 5 ==> 5\ncompleted.\n\nreturn := 0",
"test_data/compiler_tests/nativefunc.yaka": "----->>> this is my code <<<<------\ntest.c is empty or not foundruntime_features := none!\n\nreturn := 0",
"test_data/compiler_tests/string_hash.yaka": "hello = 42\nlength of this map is = 2\n\"hello\" is located at = 0\n\"unknown\" is located at = -1\nhello in m2 = 42.000000\nhello in m3 = 123.000000\nbye!\n\nreturn := 0",
"test_data/compiler_tests/string_tests/concat_lit.yaka": "Printing sr: Oi Hello there Another\nPrinting str: Oi Hello there Another\n\nreturn := 0",
46
+
"test_data/compiler_tests/string_tests/concat_mixed.yaka": "Printing sr: Hello World Hehe\nPrinting str: Hello World Hehe\nPrinting str: Ha World Hello\nPrinting sr: Ha World Hello\n\nreturn := 0",
47
+
"test_data/compiler_tests/string_tests/concat_sr.yaka": "Printing sr: Hi thereHi\nPrinting str: Hi there\nPrinting str: Hi there Hello\n\nreturn := 0",
48
+
"test_data/compiler_tests/string_tests/concat_str.yaka": "Printing str: Oi Hello\n\nreturn := 0",
"test_data/compiler_tests/string_tests/sr_functional_test_countif.yaka": ">> countif sr test <<\ncount len 3 ==> 3\ncount len 5 ==> 2\n>> countif int test <<\ncount up to 5 ==> 5\ncompleted.\n\nreturn := 0",
54
+
"test_data/compiler_tests/string_tests/sr_functional_test_filter.yaka": ">> filter sr test <<\nBefore =>>\nHello\nWorld\nHow\nAre\nYou\nFiltered =>>\nHow\nAre\nYou\nKeep All =>>\nHello\nWorld\nHow\nAre\nYou\n>> filter int test <<\nKeep Upto 5 =>>\n1\n2\n3\n4\n5\nKeep Upto 7 =>>\n1\n2\n3\n4\n5\n6\n7\nKeep div 2 (even) =>>\n2\n4\n6\n8\n10\n>> completed.\n\nreturn := 0",
55
+
"test_data/compiler_tests/string_tests/sr_functional_test_foreach.yaka": ">> foreach sr test <<\n10 : Hello\n10 : World\n10 : How\n10 : Are\n10 : You\n20 : Hello\n20 : World\n20 : How\n20 : Are\n20 : You\n>> foreach int test <<\n101\n102\n103\n104\n105\n106\n107\n108\n109\n110\n1\n2\n3\n4\n5\ncompleted.\n\nreturn := 0",
56
+
"test_data/compiler_tests/string_tests/sr_functional_test_map.yaka": ">> map sr test <<\nmap to_lengths ==>\n5\n5\n3\n3\n3\n>> countif int test <<\nmap to_pow2 ==>\n1\n4\n9\n16\n25\n36\n49\n64\n81\n100\ncompleted.\ntrue\n\nreturn := 0",
"test_data/compiler_tests/test2.yaka": "3628800\n362880\n40320\n5040\n720\n120\n24\n6\n2\n1\naaaaaaaaaab\n2 From defer --> Program Completed\n1 From defer --> Program Completed\n\nreturn := 0",
"test_data/import_tests/city/house.yaka": "Critical !! main() function must be present\n\nreturn := 4294967295",
53
71
"test_data/import_tests/jungle.yaka": "Critical !! main() function must be present\n\nreturn := 4294967295",
@@ -68,5 +86,6 @@
68
86
"test_data/sample_hello_threads.yaka": "File not found or unable to read:cpu.yaka\n\nFailed to initialize parsing:sample_hello_threads.yaka\n\nreturn := 4294967295",
69
87
"test_data/sample_negative_numbers.yaka": "Invalid statement detected. Only def, class, import, runtimefeature or constant statements are supported at module level.\n\nCritical !! main() function must be present\n\nreturn := 4294967295",
"test_data/test_compiler.yaka": "3628800\n362880\n40320\n5040\n720\n120\n24\n6\n2\n1\naaaaaaaaaab\n2 From defer --> Program Completed\n1 From defer --> Program Completed\n\nreturn := 0"
89
+
"test_data/test_compiler.yaka": "3628800\n362880\n40320\n5040\n720\n120\n24\n6\n2\n1\naaaaaaaaaab\n2 From defer --> Program Completed\n1 From defer --> Program Completed\n\nreturn := 0",
0 commit comments