From 4241593b42bffac2f8fcb63f1e88621fe025e360 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 4 Sep 2023 16:58:15 +0200 Subject: codegen: add interpreter tests Also simplify project structure. The executable is now produced in the root directory. Work in progress. --- samples/p03 | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 samples/p03 (limited to 'samples/p03') diff --git a/samples/p03 b/samples/p03 deleted file mode 100644 index 39a3cda..0000000 --- a/samples/p03 +++ /dev/null @@ -1,3 +0,0 @@ -func f(a int, b int) int { return a + b } - -println("f:", f(3, 4), f(5, 6)) -- cgit v1.2.3