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/p04 | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 samples/p04 (limited to 'samples/p04') diff --git a/samples/p04 b/samples/p04 deleted file mode 100644 index f2a85c8..0000000 --- a/samples/p04 +++ /dev/null @@ -1,4 +0,0 @@ -func f() int { println(a) } - -a := 4 -f() -- cgit v1.2.3